20 lines
521 B
HTML
20 lines
521 B
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>My Tutorial Mirrors</title>
|
||
<style>
|
||
body { font-family: sans-serif; max-width: 800px; margin: 2rem auto; }
|
||
h1 { margin-bottom: 0.5rem; }
|
||
code { font-size: 0.9em; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>Nytegear Mirrors</h1>
|
||
<p>This page is generated automatically from <code>mirrors.txt</code>.</p>
|
||
<ul>
|
||
<li><a href="mirrors/wgpu-tutorial/">wgpu-tutorial</a> – <code>https://sotrh.github.io/learn-wgpu/</code></li>
|
||
</ul>
|
||
</body>
|
||
</html>
|