-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.16 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
<!DOCTYPE html>
<html 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.0">
<title>Hypercubes</title>
<link href="./Resources/Styles/theme.css" rel="stylesheet"/>
<link href="./Resources/Styles/styles.css" rel="stylesheet"/>
<script src="https://cdn.jsdelivr.net/npm/@assemblyscript/loader@0.19.17/umd/index.js"></script>
<!--<script src="/Sources/wasmModules/matte.js"></script>-->
<!-- <script src="./Sources/js/loader.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/@assemblyscript/loader/umd/index.js"></script> -->
<script src="./Sources/js/index.js" async defer></script>
<script src="./Sources/js/scene.js" async defer></script>
<script src="./Sources/js/kontroller.js" async defer></script>
<script src="./Sources/js/main.js" async defer></script>
</head>
<body>
<canvas id="canvas"></canvas>
<div class="controllers">
<div class="kontrollerHoster" id="kontroller"></div>
<div class="kontrollerHoster" id="rotationKontroller"></div>
</div>
</body>
</html>