-
Notifications
You must be signed in to change notification settings - Fork 0
/
old-index.html
38 lines (32 loc) · 1.03 KB
/
old-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script src="https://npmcdn.com/regl@2.1.0/dist/regl.js"></script>
<script src="https://unpkg.com/gl-matrix@3.4.3/gl-matrix.js"></script>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<style>
.controls {
position: fixed;
z-index: 1;
width: min(300px, 100vw);
}
.custom-input {
display: flex;
flex-direction: column;
font-family: monospace;
font-size: 2rem;
color: white;
padding: 8px;
border-bottom: 1px solid black;
}
</style>
</head>
<body>
<div class="controls"></div>
<script src="./old-index.js"></script>
</body>
</html>