-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (32 loc) · 861 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css" type="text/css">
<script src="jspm_packages/system.js"></script>
<script src="https://code.createjs.com/easeljs-0.8.2.min.js"></script>
<script src="config.js"></script>
<script>
System.import('app/main-es6.js');
</script>
<body>
<ul>
<li>
<a href="/Brownian Lines Clicky Fun Thingy/index.html">Clicky Lines</a>
</li>
<li>
<a href="/rainbow emitter/index.html">Rainbow Emitter</a>
</li>
<li>
<a href="/Windows 98 Mystify/index.html">Windows 98 Mystify</a>
</li>
<li>
<a href="boring-tests/pixi-tests/index.html">p2 tests</a>
</li>
<li>
<a href="environment-test/index.html">SPS Game</a>
</li>
</ul>
</body>
</html>