-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 793 Bytes
/
index.html
File metadata and controls
28 lines (27 loc) · 793 Bytes
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>
<head>
<meta charset="UTF-8" />
<script type="text/javascript" src="static/p5.js"></script>
<script type="text/javascript" src="static/jquery-2.2.2.min.js"></script>
<script type="text/javascript" src="static/p5.dom.min.js"></script>
<script type="text/javascript" src="static/jquery-2.2.2.min.js"></script>
<script src="/static/js/socketio.js"></script>
<link href="http://d2v52k3cl9vedd.cloudfront.net/basscss/7.0.4/basscss.min.css" rel="stylesheet">
<title>Mirror</title>
<style>
html {
cursor: none;
}
body {
cursor: none;
overflow:hidden;
}
</style>
</head>
<body>
<div id="processing">
</div>
<script type="text/javascript" src="static/mirror.js"></script>
</body>
</html>