-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (26 loc) · 970 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
37
38
39
40
<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="author" content="jouw naam">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="b6Q6STx9KS9c6ioLSRKWKEuHqRCRMSn_IvURNhsB7QA" />
<title>Binc van Buren</title>
<link href="styles/style.css" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
<script defer src="scripts/script.js"></script>
</head>
<body class="kiezer_pagina">
<section class="kiezer">
<a id="design" href="portfolio">
<video src="/videos/gradient_blauw.mp4" playsinline loop muted autoplay></video>
<video src="/videos/gradient_roze.mp4" playsinline loop muted autoplay></video>
<h1 class="kiezer_tekst">Design</h1>
</a>
<a id="dj" href="dj">
<video src="/videos/dj_klein.mp4" playsinline loop muted autoplay></video>
<h1 class="kiezer_tekst">DJ</h1>
</a>
</section>
</body>
</html>