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