-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
index.html
51 lines (43 loc) · 926 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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<style>
html,
body {
font: 10px/1.2 monospace;
margin: 0;
}
footer {
margin-top: 2em;
}
#stats {
margin-bottom: 2em;
}
select {
line-height: 60px;
vertical-align: top;
margin: 2em 1em;
width: 100px;
}
grid {
display: block;
}
grid div,
grid box {
display: inline-block;
text-align: center;
width: 6.25%;
margin: 0;
padding: 4px 0;
}
</style>
</head>
<body>
<div id="app"></div>
<footer>
Made with
<a href="https://github.com/thi-ng/umbrella/tree/master/packages/hdom">@thi.ng/hdom</a>.
</footer>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>