-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (40 loc) · 1.25 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
include_once 'includes/dbh.inc.php'
?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="navigation.css">
<title>Home pagina</title>
<link rel="icon" href="icon.jpg">
</head>
<body>
<section class="header">
<nav>
<div class="nav-links">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="page1.html">BOEK</a></li>
<li><a href="page2.html">OVER ONS</a></li>
</ul>
</div>
</nav>
<img src="achtergrond.jpg" class="foto" alt="">
</section>
<section>
<div class="blok1">
</div>
<div class="text-box">
<h1>Waar is ruby rups?</h1>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap" rel="stylesheet">
<p>Djenna Koekkoek, Pauke Smorenburg,Esther Voogt,Elisa de Inda Dani, Niki Janssen</p>
<a href="page1.html" class="hero-btn">Lees hier het boek</a>
</div>
</div>
</section>
</body>
</html>