summaryrefslogtreecommitdiff
path: root/client/map.html
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-06-03 10:45:37 +0200
committerMike Vink <mike1994vink@gmail.com>2021-06-03 10:45:37 +0200
commit0114244663fbb8cd45a7cc4489bda469b31f0698 (patch)
tree0b4836e947cbbb1514143cb76cd85b050a586277 /client/map.html
parent798101f8fa2c5e3a0cdb5fbbbb053976bce96c63 (diff)
shoppingbasket implementatie
Diffstat (limited to 'client/map.html')
-rw-r--r--client/map.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/map.html b/client/map.html
index 35347a8..4bcf373 100644
--- a/client/map.html
+++ b/client/map.html
@@ -19,6 +19,7 @@
<header id="mainheader">
Sogyo Adventure
</header>
+ <header id="sticky-header">
<nav>
<a id="home" href="index.html">
Home
@@ -40,6 +41,7 @@
Admin
</a>
</nav>
+ </header>
<main>
@@ -51,4 +53,4 @@
<script src="src/index.js"></script>
</body>
-</html> \ No newline at end of file
+</html>