-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (29 loc) · 1.55 KB
/
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="d3.js"></script>
<script> window.d3 || document.write('<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"><\/script>') </script>
<script type="text/javascript" src="https://rawgit.com/Caged/d3-tip/master/index.js"></script>
<script type="text/javascript" src="HF/config.js"></script>
<script type="text/javascript" src="HF/hexPoint.js"></script>
<script type="text/javascript" src="HF/directions.js"></script>
<script type="text/javascript" src="HF/vector.js"></script>
<script type="text/javascript" src="HF/hexTile.js"></script>
<script type="text/javascript" src="HF/hexTileDictionary.js"></script>
<script type="text/javascript" src="HF/hexMap.js"></script>
<script type="text/javascript" src="HF/level.js"></script>
<script type="text/javascript" src="HF/levelManager.js"></script>
<script type="text/javascript" src="HF/engine.js"></script>
<script type="text/javascript" src="HF/state.js"></script>
<script type="text/javascript" src="HF/input.js"></script>
<script type="text/javascript" src="HF/visual/point.js"></script>
<script type="text/javascript" src="HF/visual/scene.js"></script>
<script type="text/javascript" src="HF/tests.js"></script>
<link rel="stylesheet" href="//rawgit.com/Caged/d3-tip/master/examples/example-styles.css">
</head>
<body onload="HF.tests.runAllTests()">
<div class="mainPanel">
</div>
</body>
</html>