-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
49 lines (35 loc) · 1.04 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<head>
<meta charset="utf-8">
<title>Hexant</title>
<script type="importmap">{
"id": "c8de9a170ae96a91fd482f874704a4d6f1df544f26534459ec0a64d16eba0da5",
"imports": {
"gl-matrix": "./node_modules/gl-matrix/esm/index.js",
"hsluv": "./vendor/hsluv.js",
"nearley": "./vendor/nearley.js"
}
}</script>
<script type="module" src="./index.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="main">
<canvas id="view" class="hexant-canvas"></canvas>
<aside class="overlay fps right" id="fpsOverlay" style="display: none">
<ul>
<li id="step">
<li id="fps">
<li id="sps">
<li id="redrawTiming">
</ul>
</aside>
</div>
<footer id="revision" style="left: 0">
<a href="CHANGELOG.md">{DEV}</a>
</footer>
<footer style="right: 0">
<a href="//github.com/jcorbin/hexant">Project Page</a>
</footer>
</body>
<!-- @generated id:c8406386df20acca1bee9f2d9c80e737347e5c53b5fe168b728eba03d5df7a60 -->