blob: e895456faa698b1f7c15c383c1bdc60a0c3cf0f3 (
plain)
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
|
extends layout
block head
style.
body {
font-family: 'Roboto', sans-serif;
text-align: center;
margin: 32px;
}
.content {
max-width: 600px;
margin: 0 auto;
}
h1 {
color: #212121;
margin-bottom: 32px;
}
h2 {
color: #727272;
margin-bottom: 64px;
}
a, a:visited {
margin: 8px;
padding: 8px 16px;
background-color: #c84127;
color: white;
text-decoration: none;
font-weight: bold;
border-radius: 3px;
}
a:hover, a:focus, a:active {
background-color: #e45a3f;
}
block content
.content
script document.body.style.opacity = 1
img(src='/icons/mml-logo.png')
h1 Er is iets mis gegaan tijdens het ophalen van de benodigde informatie
h2 Je kunt proberen door te gaan naar het oude rooster of Magister
a(href='http://www.meetingpointmco.nl/Roosters-AL/doc/') Oud rooster
a(href='http://msa.magister.net/') Magister
|