mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
This is taken from https://github.com/sharkdp/fd, so all credits go to the original authors. The demo was a bit dated. We've since added more features and changed the output. On top of that, the gif was a bit blurry. The new version is in SVG and the commands can be scripted, so we can change them with a PR and render them through CI. Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
15 lines
305 B
HTML
Vendored
15 lines
305 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>
|
|
</ul>
|
|
</body>
|
|
</html>
|