-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 709 Bytes
/
index.html
File metadata and controls
20 lines (18 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<title>de grote Basky & Emski speurtocht</title>
</head>
<body>
<div class="home">
<h1 class="header-1"> Basky & Emski speurtocht </h1>
<img src="img/start.png" alt="" class="header__img">
<a href="coordinates.html" class="btn__start">Start</a>
</div>
</body>
</html>