forked from bjornregnell/kapten-alloc-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (48 loc) · 1.44 KB
/
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
52
<!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>
<p>
<b><a href = "https://github.com/bjornregnell/kapten-alloc-web">Kapten Allocs</a></b>
bästa
<a href="http://www.nissepedia.com/index.php/Kapten_Haddocks_samlade_svordomar">kraftuttryck</a>
vid knepig
<a href="https://cs.lth.se/pgk/schema/timeedit/"><b>schema</b></a>läggning i <a href="https://cs.lth.se/pgk/">pgk</a>:</p>
<!-- <p>
<i>"Kapitälinsensitiva blankteckenseparerade filterord!"</i>
<p>
<p>
ALLOKERINGEN ÄR PRELIMINÄR TILL KURSSTART - <b>TIMEEDIT GÄLLER FÖRE DENNA</b>
<p> -->
<!-- Include Scala.js compiled code. Bump version to force clear cache in client -->
<script type="text/javascript" src="https://fileadmin.cs.lth.se/pgk/kaptenalloc/main.js?version=90"></script>
</body>
</html>