-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 753 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seppe Van Aken</title>
<link rel="stylesheet" href="main.css">
<link rel="icon" href="favicon.png" type="image/png">
</head>
<body>
<div class="center">
<div class="head"><img src="logo.png" alt="Seppe Van Aken"></div>
<div class="middle">
<h1>Seppe Van Aken</h1>
<p><a href="tel:+32476420107">+32 (0) 476 42 01 07</a></p>
</div>
<div class="last">
<p>BTW-nummer: BE0784.734.552</p>
</div>
</div>
</body>
</html>