lychee/fixtures/TEST.html
2020-10-21 01:31:06 +02:00

16 lines
349 B
HTML
Vendored

<html>
<head>
<title>Some more test links</title>
</head>
<body>
<ul>
<li>
<a href="https://endler.dev/2020/rust-compile-times/"
>Matthias Endler</a
>
</li>
<li><a href="https://hello-rust.show/10/">Hello Rust</a></li>
<li><a href="20/">Hello Rust</a></li>
</ul>
</body>
</html>