-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathindex.html
34 lines (34 loc) · 828 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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Ontwerp 4.2</title>
<meta name="version" content="0.4">
<style>
body {
background-color: #FF0000;
}
</style>
</head>
<body>
<h1 style="font-size: 2em;">Marcel</h1>
<article>
<h1>Studenten!</h1>
<section>
<h2>ITO7AMO1A</h2>
<ul></ul>
</section>
<section>
<h2>ITO7AMO1B</h2>
<ul></ul>
</section>
<section>
<h2>ITO7AMO1C</h2>
<ul>
<li>01234556</li>
<li>1036252</li>
</ul>
</section>
</article>
</body>
</html>