-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 991 Bytes
/
index.html
File metadata and controls
48 lines (42 loc) · 991 Bytes
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
<!doctype html><html><head><title>babw</title><style>body {
margin: 0;
overflow: hidden;
}
* {
font-family: sans-serif;
font-size: 12pt;
}
main {
display: flex;
}
html,
body,
main {
height: 100%;
}
#root {
width: 21em;
}
#sceneContainer {
flex: 1;
min-width: 0px;
}
.category {
display: flex;
}
.category,
button,
label {
margin: 0.5em;
}
.category span {
flex: 1;
text-align: right;
margin-right: 0.2em;
}
.category select {
width: 12em;
}
label {
display: block;
}</style></head><body><main><div id="root"></div><div id="sceneContainer"><canvas id="scene"></canvas></div></main><script src="dist/536-40e5fff7416b638c6529.js"></script><script src="dist/main-50df94adac52a08a7035.js"></script></body></html>