-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 983 Bytes
/
index.html
File metadata and controls
31 lines (31 loc) · 983 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Fifth Postulate</title>
<link rel="stylesheet" href="css/fifth-postulate.css">
<meta name="google-site-verification" content="9aID6BFx9s2G8PxzN2c29h0UwQa_954-BpAg805BeTw" />
</head>
<body>
<div id="elm-container">
<section class="header">
<h1>Fifth Postulate</h1>
<ul>
<li>Consultancy</li>
<li>Training</li>
<li>Public Speaking</li>
</ul>
</section>
<section class="footer">
<dl>
<dt>KvK</dt>
<dd>65044649</dd>
<dt>Contact</dt>
<dd>info@fifth-postulate.nl</dd>
</dl>
</section>
</div>
<script src="js/site.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>