summaryrefslogtreecommitdiff
path: root/client/map.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/map.html')
-rw-r--r--client/map.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/client/map.html b/client/map.html
new file mode 100644
index 0000000..35347a8
--- /dev/null
+++ b/client/map.html
@@ -0,0 +1,54 @@
+<!doctype html>
+
+<html lang="nl">
+ <head>
+ <meta charset="utf-8">
+
+ <title>Sogyo Adventure</title>
+ <meta name="description" content="The ticket shop for Sogyo employees">
+
+ <link rel="stylesheet" href="style/main.css">
+ <link rel="stylesheet" href="style/map.css">
+ </head>
+
+ <body>
+
+ <header id="logo-header">
+ <img src="img/logo_sogyo_rgb_199x200-1.jpg">
+ </header>
+ <header id="mainheader">
+ Sogyo Adventure
+ </header>
+ <nav>
+ <a id="home" href="index.html">
+ Home
+ </a>
+ |
+ <a id="map" href="map.html">
+ Discover
+ </a>
+ |
+ <a id="shoppingbasket" href="shoppingbasket.html">
+ Shopping basket <div class="badge">0</div>
+ </a>
+ |
+ <a id="myorders" href="orders.html">
+ My orders
+ </a>
+ |
+ <a id="admin" href="admin.html">
+ Admin
+ </a>
+ </nav>
+
+ <main>
+
+ <div id="discoverablemap">
+
+ </div>
+
+ </main>
+
+ <script src="src/index.js"></script>
+ </body>
+</html> \ No newline at end of file