-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 939 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BOKKERIJDERS</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<video autoplay muted loop id="background-video">
<source src="images/VID-20240107-WA0006.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<header>
<nav>
<ul>
<li><a href="shows.html">SHOWS</a></li>
<li><a href="releases.html">RELEASES</a></li>
<li><a href="https://bokkerijders.bigcartel.com/">MERCH</a></li>
<li><a href="contact.html">CONTACT/BOOKING</a></li>
</ul>
</nav>
<a href="index.html">
<img src="images/logo.png" alt="Bokkerijders logo" class="logo-image">
</a>
</header>
<main>
</main>
<footer>
</footer>
<script src="script.js"></script>
</body>
</html>