forked from bjornregnell/muntabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1003 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>muntabot</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;
margin-right: 20px;
}
</style>
</head>
<body>
<p>
<b><a href = "https://github.com/bjornregnell/muntabot">muntabot</a> är en robot för muntlig examination</b>
</p>
<p>
Hjälpmedel: papper, penna, REPL, snabbreferens.
</p>
<p>
Alla labbbar ska vara godkända innan du ber handledare att få göra muntliga provet.
</p>
<!-- Include Scala.js compiled code -->
<script type="text/javascript" src="https://fileadmin.cs.lth.se/pgk/muntabot/main.js"></script>
</body>
</html>