From 7feff187994546dc63660af556081ab088357642 Mon Sep 17 00:00:00 2001 From: Juwan Jouma <144624787+The5TiM@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:39:09 +0200 Subject: [PATCH] Add initial HTML structure for the project --- Javascript/app.js | 0 Styles/style.css | 0 index.html | 11 +++++++++++ 3 files changed, 11 insertions(+) create mode 100644 Javascript/app.js create mode 100644 Styles/style.css create mode 100644 index.html diff --git a/Javascript/app.js b/Javascript/app.js new file mode 100644 index 0000000..e69de29 diff --git a/Styles/style.css b/Styles/style.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..a953ae2 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file