-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (22 loc) · 778 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (22 loc) · 778 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
28
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Dot Commander</title>
<meta name="description" content="">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js-lib/jquery-1.9.1.js"></script>
<script src="js-lib/d3.v3.min.js"></script>
<script src="js-lib/gl-matrix.js"></script>
<!--script src='js-lib/fastclick.js'></script-->
<script src="js/dotCommand.js"></script>
</head>
<body>
<svg id="fieldContainer">
</svg>
<div id="overlay-interface">
</div>
</body>
</html>