-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (37 loc) · 871 Bytes
/
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
<html>
<head>
<meta charset="utf-8" />
<title>at.victory.lounge.01.nick.bigelow</title>
<style>
html
{
margin: 0;
overflow: hidden;
}
body {
margin: 0;
background-color:black;
overflow: hidden;
}
canvas {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
touch-action: none;
}
img {
display: block;
height: 100%;
}
</style>
</head>
<body>
<img id="image" src="https://allotropeijk.blob.core.windows.net/2021summerexhibit/at.victory.lounge.01.loading.png">
<canvas id="renderCanvas"></canvas>
<!--<script src="bundle.js"></script>-->
<script src="dist/bundle.js"></script>
</body>
</html>