-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
44 lines (43 loc) · 873 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
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:foo="http://www.w3.org/2000/svg">
<head>
<meta charset="utf-8"/>
<title>html2purescript</title>
<style>
body {
font-family: sans-serif;
text-align: center;
margin: 10px;
}
textarea {
width: 100%;
height: 220px;
}
.container {
max-width: 900px;
margin: auto;
text-align: left;
}
.title {
vertical-align: middle;
}
h1, .title .picker {
font-size: 20px;
}
label {
display: block;
color: #AC450A;
border-bottom: 1px solid #AC450A;
margin-bottom: 5px;
}
section {
margin: 20px auto;
}
pre {
}
</style>
</head>
<body>
<script src="./entry.js"></script>
</body>
</html>