From 6dbf7fcf5423f98f7ab5b573aaedda4b62744330 Mon Sep 17 00:00:00 2001 From: Tristan Roux Date: Wed, 6 Mar 2019 21:40:30 +0100 Subject: [PATCH] Adding a game tab. --- game.html | 36 ++++++++++++++++++++++++++++++++++++ index.html | 27 +++++++++++++-------------- js/Library.js | 5 +++++ js/Library.ts | 8 ++++++++ js/search.js | 6 ------ main.js | 2 +- navBar.html | 11 +++++++++++ scss/game.css | 4 ++++ scss/game.css.map | 9 +++++++++ scss/game.scss | 4 ++++ 10 files changed, 91 insertions(+), 21 deletions(-) create mode 100644 game.html delete mode 100644 js/search.js create mode 100644 navBar.html create mode 100644 scss/game.css create mode 100644 scss/game.css.map create mode 100644 scss/game.scss diff --git a/game.html b/game.html new file mode 100644 index 0000000..3447d60 --- /dev/null +++ b/game.html @@ -0,0 +1,36 @@ + + + + EAU + + + + + + + + + + + + + +
+
+
+ +
+
+

Overcooked 2

+
+
+
+ + + + \ No newline at end of file diff --git a/index.html b/index.html index 6b6df27..9d58848 100644 --- a/index.html +++ b/index.html @@ -9,23 +9,15 @@ - + + + + -
- -
+