-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 920 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
<!DOCTYPE html>
<!-- <html lang="en"> -->
<html manifest="spiderweb_cache.manifest" lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Spiderweb (on the Fly)</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<button id="fullscreen-button">>></button>
<canvas id="canvas-spiderweb">
Your browser does not support HTML5 canvas.
</canvas>
<div id="dpi" style="height: 1in; width: 1in; left: 100%; position: fixed; top: 100%;"></div>
<!-- Project -->
<script src="js/paper-full.min.js"></script>
<script src="js/vector_helper.js"></script>
<script src="js/radii.js"></script>
<script src="js/spider.js"></script>
<script src="js/fly.js"></script>
<script src="js/spiderweb_manager.js"></script>
<script src="js/main.js"></script>
</body>
</html>