-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 1.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Experiments</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index.css">
</head>
<body>
<h1 class="text-center"><a href="./ascii/index.html">ASCII</a> <a href="./ascii/periodic.html">[Periodic]</a></h1>
<h1 class="text-center"><a href="./sphere-shadow/index.html">Sphere shadowing</a></h1>
<h1 class="text-center"><a href="./background-gradient/index.html">Background gradient</a> <a href="./background-gradient/grid.html">[Grid]</a> <a href="./background-gradient/editor.html">[Editor]</a></h1>
<h1 class="text-center"><a href="./zombies/index.html">Zombies</a></h1>
<h1 class="text-center"><a href="./point-quadtree/index.html">Point Quadtree</a></h1>
<h1 class="text-center"><a href="./visibility-2d/index.html">Visibility 2D</a></h1>
<h1 class="text-center"><a href="./eyeball/index.html">Eyeball</a> <a href="./eyeball/robot.html">[Hovering robot]</a></h1>
<h1 class="text-center"><a href="./ui-concepts/index.html">UI Concepts</a></h1>
<h1 class="text-center"><a href="./webs/index.html">Webs</a></h1>
<h1 class="text-center"><a href="./tessellation/index.html">Tessellated drawing tool</a></h1>
<h1 class="text-center"><a href="./illustrations/index.html">Illustrations</a></h1>
<h1 class="text-center"><a href="./palette/index.html">Palette</a></h1>
</body>
</html>