-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
40 lines (39 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<link rel=stylesheet style="text/css" href="style.css">
<link rel=stylesheet media="screen and (min-width:800px)" style="text/css" href="pcStyle.css">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<script src="background.js"></script>
<title>Contact</title>
<link rel="shortcut icon" href="fotos/runawaycrow.ico" />
</head>
<body>
<div id="container">
<h1><img src="fotos/runawaycrow.png" alt="Runaway crows logo">The Runaway Crows</h1>
<div id="navigationContainer">
<nav>
<ul>
<li><a class = "navigationLink" href="home.html">Home</a></li>
<li><a class = "navigationLink" href="biografie.html">Biografie</a></li>
<li><a class = "navigationLink" href="discografie.html">Discografie</a></li>
<li id="active"><a class = "navigationLink" href="contact.html">Contact</a></li>
<li><a class = "navigationLink" href="media.html">Media</a></li>
</ul>
</nav>
</div>
<div>
<h2>Contact</h2>
<p>Voor meer informatie of boekingen:<br>
<br>E-mailadres: [email protected]<br>
Telefoon: 0544-465113<br>
Facebook: <a href="https://www.facebook.com/TheRunawayCrows">www.facebook.com/TheRunawayCrows</a><br>
</p>
</div>
<footer id="copyright">
<hr>
<p id="copyright">@copyright</p>
</footer>
</div>
</body>
</html>