-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathingeschreven.html
52 lines (47 loc) · 1.54 KB
/
ingeschreven.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>Ingeschreven! - Ieder kind is anders</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<style>
img {
position: relative;
width: 100%;
}
.img-container {
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 757px;
padding-left: 20px;
padding-right: 20px;
margin-top: 200px;
}
body {
background: #FFFFFF;
font-size: 18px;
}
</style>
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico" />
<link rel="shortcut icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="shortcut icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link rel="shortcut icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96" />
</head>
<body>
<div class="img-container">
<img src="images/logo.png" alt="Ieder kind is anders" />
<div class="row">
<div class="col s12">
<h2>Succes!</h2>
<p>Je bent nu ingeschreven. Voor meer informatie, neem contact op met <a
href="mailto:[email protected]">Anne Margit</a>.</p>
</div>
</div>
</div>
</body>
</html>