mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-27 18:00:24 +00:00
10 lines
354 B
HTML
10 lines
354 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<some-weird-element href="https://example.org/some-weird-element"></some-weird-element>
|
|
<even-weirder fake-attr src="https://example.org/even-weirder-src" href="https://example.org/even-weirder-href"></even-weirder>
|
|
<citations cite="https://example.org/citations"></citations>
|
|
</body>
|
|
</html>
|