lychee/fixtures/TEST_HTML5_CUSTOM_ELEMENTS.html
2021-02-21 16:33:33 +01:00

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>