summaryrefslogtreecommitdiff
path: root/graphs/js/foodTruck/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'graphs/js/foodTruck/index.html')
-rw-r--r--graphs/js/foodTruck/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/graphs/js/foodTruck/index.html b/graphs/js/foodTruck/index.html
new file mode 100644
index 0000000..0bbc954
--- /dev/null
+++ b/graphs/js/foodTruck/index.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Foodtruck</title>
+ <link rel="stylesheet" href="static/style.css">
+
+
+</head>
+
+<body>
+ <header>
+ <h1 id="page-title">FoodTruck</h1>
+ <p>Choose your order !</p>
+ <button id="switch-button">
+ <a href="#">Switch to Dirty Foodtruck</a>
+ </button>
+ </header>
+
+
+ <div id="order">
+ </div>
+
+ <div id="display">
+ </div>
+
+ <footer>
+ <p>"Being a hero means fighting back even when it seems impossible."</p>
+ </footer>
+
+</body>
+<script src="static/failedOnload.js"></script>
+<script src="data.js" onerror="scriptFailedLoad(this.src)"></script>
+<script src="sleep.js" onerror="scriptFailedLoad(this.src)"></script>
+<script src="static/index.js"></script>
+<script src="foodTruck.js" onerror="scriptFailedLoad(this.src)"></script>
+
+</html> \ No newline at end of file