From 6a9a54cd8442fa208f192b0d39fe99ea99cbd2e6 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Tue, 1 Apr 2025 09:46:38 +0200 Subject: [PATCH] initial commit: add basic HTML structure, empty JavaScript, and CSS files --- index.html | 11 +++++++++++ script.js | 0 style.css | 0 3 files changed, 11 insertions(+) create mode 100644 index.html create mode 100644 script.js create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..d01f779 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29