-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
59 lines (50 loc) · 1.33 KB
/
contact.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
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>P.A.P.</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="./pierrelogo.png" type="image/x-icon">
</head>
<body>
<header>
<a href="./index.html"><img src="./pierrelogo.png" alt="P.a.P. Logo";></a>
<div class="button-container">
<a href="./pierres.html">
<div id="button1" class="button">
Pierres
</div>
</a>
<a href="./lore.html">
<div id="button2" class="button">
Lore
</div>
</a>
<a href="./contact.html">
<div id="button3" class="button">
Contact
</div>
</a>
</div>
</header>
</div>
<div id="container">
<h1>
Neem contact op
</h1>
<p>
Email: [email protected]
</p>
<p>
Telefoon: +31 1234567890
</p>
<p>
Met dank aan: Thijn Köhne en Billie Mastenbroek
</p>
</div>
<footer>
<p>© 2023 P.a.P. Alle rechten voorbehouden.</p>
</footer>
</body>
</head>
</html>