-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (29 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/master.css">
<link rel="icon" href="favicon.ico">
<title>random</title>
</head>
<body>
<header>
<h1>random</h1>
<p>A collection of smaller sketches that don't need their own repos.</p>
</header>
<section>
<ul>
<li><a href="cubescene/cubescene.html">Cubescene</a></li>
<li><a href="bitwise">Boolean Algebra and You!</a></li>
<li><a href="jsjl/index.html">JavaScript-to-Julia Codewars Test Converter</a></li>
<li><a href="kata-cruncher">Kata Cruncher: JavaScript transpiler</a></li>
<li><a href="hilbert">Coding In The Cabana #3: Hilbert Curves</a></li>
<li><a href="turtle">Turtles</a></li>
<li><a href="cyrillator/cyrillator.html">кириллатор</a> Translates Russkij to Русский </li>
<li><a href="matrix-iii/index.html">Matrix Ⅲ</a></li>
<li><a href="mindustry-snippets">Mindustry Snippets</a></li>
<li><a href="https://github.com/stellartux/random">Source</a></li>
</ul>
</section>
</body>
</html>