-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
22 lines (21 loc) · 901 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Wink 2 Necessary Disorder</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>
<a href="https://github.com/gregja/wink2necessarydisorder" target="_blank">Code source on Github</a>
<ul>
<li><a href="test01.html">2 disks with rotation</a></li>
<li><a href="test02.html">2 disks with rotation and spaghetti</a></li>
<li><a href="test03.html">2 disks with user variations</a></li>
<li><a href="test03_sound.html">2 disks with user variations and sound</a></li>
<li><a href="test05.html">Vibrating Starn</a></li>
<li><a href="test07.html">Medusa or not Medusa</a></li>
</ul>
</div>
</body>
</html>