-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (30 loc) · 1.13 KB
/
index.html
File metadata and controls
39 lines (30 loc) · 1.13 KB
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>Test page</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<style type="text/css">
body { text-align: center; }
</style>
</head>
<body>
<h1>Deegrollers rollen vaak over weerszijden van de onzijdige lidwoorden</h1>
<h2>Telgroepen worden geacht goed aan te sluiten</h2>
<h3>Slordigheidsfouten worden in het hiernamaals onwillekeurig verbeterd door je overleden overgrootouders</h3>
<h4>Wastrommels versnellen hun pas wanneer zij zich bedreigd voelen door lieflijk fladderende boterbloempjes</h4>
<h5>Achter brommende bosjes zit verscholen de van redelijke kwaliteit gesloten open-deur-dillema's</h5>
<h6>Welke jongeheer komt daar aangewaggeld? Jawel, het is vrouwe Telraam van Bol tot Bit</h6>
<p>Zoals elk trommeltje betreft, is ook deze zijn proporties ontgroeid</p>
<hr/>
<a href="#">Link to the past</a>
<hr/>
<ul><li>Werkelijkheid</li><li>Schijn</li><li>Smoesjes</li></ul>
<ol><li>Nonzin</li><li>Trilfunctie</li><li>Kruiskop</li></ol>
<hr/>
<div class="btn">Trammelant</div>
<hr/>
<input type="text">
<input type="password">
</body>
</html>