-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (58 loc) · 1.77 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html>
<head>
<style>
body, canvas { margin:0; padding:0; overflow: hidden;}
body { position: relative; }
.workspace { top: 0; bottom: 0; left: 0; right: 0; position: fixed; display: block;}
</style>
</head>
<body class=''>
<div class='workspace'>
<ul>
<li>
<a href='arcticcircle.html'>arcticcircle</a>
</li>
<li>
<a href='brocollatz.html'>brocollatz</a>
</li>
<li>
<a href='crible.html'>crible</a>
</li>
<li>
<a href='fractale.html'>fractale</a>
</li>
<li>
<a href='geom.html'>geom</a>
</li>
<li>
<a href='hilbert.html'>hilbert</a>
</li>
<li>
<a href='hilbert2.html'>hilbert2</a>
</li>
<li>
<a href='hypotrocoids.html'>hypotrocoids</a>
</li>
<li>
<a href='lissa.html'>lissa</a>
</li>
<li>
<a href='newtonroot.html'>newtonroot</a>
</li>
<li>
<a href='numberwall.html'>numberwall</a>
</li>
<li>
<a href='seed.html'>seed</a>
</li>
<li>
<a href='timetable.html'>timetable</a>
</li>
<li>
<a href='whitenoise.html'>whitenoise</a>
</li>
</ul>
</div>
</body>
</html>