summaryrefslogtreecommitdiff
path: root/client/orderplaced.html
diff options
context:
space:
mode:
authorbvdoord <bvdoord@sogyo.nl>2019-02-11 08:13:57 +0100
committerbvdoord <bvdoord@sogyo.nl>2019-02-11 08:13:57 +0100
commitc8a75a5fec45cf3cc5d0957b062f77ebaf4dd5b8 (patch)
tree568c58dad5b45793082e6ec4e9e0c45652797b94 /client/orderplaced.html
Initial commit
Diffstat (limited to 'client/orderplaced.html')
-rw-r--r--client/orderplaced.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/client/orderplaced.html b/client/orderplaced.html
new file mode 100644
index 0000000..e012cd7
--- /dev/null
+++ b/client/orderplaced.html
@@ -0,0 +1,50 @@
+<!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">
+ </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>
+
+ Your order has been placed.
+
+ </main>
+
+ </body>
+</html> \ No newline at end of file