-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdraw.html
More file actions
26 lines (24 loc) · 918 Bytes
/
draw.html
File metadata and controls
26 lines (24 loc) · 918 Bytes
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
<!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>Basky & Emski speurtocht</title>
</head>
<body>
<div class="puzzle">
<p class="puzzle__heading">
Maak pakje 2 open
</p>
<img src="img/present-2.png" alt="picture of present-2" class="puzzle__img">
<p class="puzzle__text">
teken 30 minuten, geinspireerd door de omgeving, en vind de volgende
locatie. Klik op volgende als je daar bent.
</p>
<a href="acro.html" class="puzzle__btn">volgende</a>
</div>
</body>
</html>