From 204f8a4f222f2f776afe86fef26c695fba86e23d Mon Sep 17 00:00:00 2001 From: Yarne Coppens Date: Thu, 8 Aug 2024 15:43:49 +0200 Subject: [PATCH] Created base files --- index.html | 19 +++++++++++++++++++ scripts/main.js | 0 styles/main.css | 0 3 files changed, 19 insertions(+) create mode 100644 index.html create mode 100644 scripts/main.js create mode 100644 styles/main.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..7dd7821 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + + Boardgame Site + + + + + + + + + + + + diff --git a/scripts/main.js b/scripts/main.js new file mode 100644 index 0000000..e69de29 diff --git a/styles/main.css b/styles/main.css new file mode 100644 index 0000000..e69de29