-
Notifications
You must be signed in to change notification settings - Fork 0
/
routepage4.html
29 lines (25 loc) · 1.15 KB
/
routepage4.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
<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="author" content="Emma Bons">
<meta name="description" content="VoiceOver test Project Larissa." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kiosk Scanner</title>
<link href="styles/style.css" rel="stylesheet">
<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=Montserrat:wght@200;300;500;600;700&display=swap"
rel="stylesheet">
<link rel="icon" type="image/svg" href="images/favicon.svg">
</head>
<body class="route route_page_4">
<header class="route_page">
<p>Gepakt: <span class="bold">Twix</span> en <span class="bold">AA-drank</span></p>
<p>Nu: <span class="bold">Appel</span> <span class="small_text">(Klik rechts op je scherm op verder te gaan.)</span> </p>
<div class="links_route">
<a href="index.html" class="secundair">Annuleer</a>
</header>
<main> <a href="routepage5.html" class="next_button_invisible"></a>
</main>
</body>