lychee/fixtures/TEST.html

16 lines
305 B
HTML
Raw Normal View History

2020-08-14 00:33:04 +00:00
<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>
</ul>
</body>
</html>