-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (31 loc) · 952 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pandora's Fancy Switches</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- <div id="switches">
<div class="switch"></div>
<div class="switch"></div>
<div class="switch"></div>
<div class="switch"></div>
<div class="switch"></div>
<div class="switch"></div>
<div class="switch"></div>
<div class="switch"></div>
<div class="switch"></div>
</div> -->
<script>window.nodeModule = window.module; delete window.module;</script>
<script src="lib/jquery.min.js"></script>
<script src="lib/Tween.js"></script>
<script src="lib/three.min.js"></script>
<script src="lib/Projector.js"></script>
<!-- <script src="lib/OrbitControls.js"></script> -->
<script src="lib/CanvasRenderer.js"></script>
<!-- <script src="arduino-test.js"></script> -->
<script src="main.js"></script>
<!-- <script src="main.screen.js"></script> -->
</body>
</html>