lychee/fixtures/TEST.html
Matthias 601adcefd3
Add new SVG-based screencast (#693)
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>
2022-08-10 17:35:50 +02:00

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>