forked from bjornregnell/kapten-alloc-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-dev.html
41 lines (37 loc) · 881 Bytes
/
index-dev.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Kapten Alloc single-page app</title>
<style>
body {
background-color: pink;
font-size: 20px;
line-height: 1.2;
font-family: "Lucida Console", Monaco, monospace;
margin: 20px 20px;
}
input, button {
font-size: 20px;
padding-right: 5px;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
button {
margin-left: 20px;
margin-right: 20px;
}
#akademiskKvart {
width: 20px;
height: 20px;
margin-right: 10px;
}
</style>
</head>
<body>
index-dev.html
<!-- Include Scala.js compiled code -->
<script type="text/javascript" src="./target/scala-3.1.3/kaptenalloc-web-fastopt/main.js"></script>
</body>
</html>