mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-20 22:50:23 +00:00
16 lines
349 B
HTML
Vendored
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>
|