lychee/fixtures/TEST_HTML5_MALFORMED_LINKS.html

10 lines
266 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head> </head>
<body>
<a href="https;//example.com/malformed_one">Malformed link</a>
<a href="https://example]org/malformed_two">Malformed link</a>
<a href="https://example.com/valid">Valid link</a>
</body>
</html>