From e745cc340c73877e449c100b42a0c49f3c718963 Mon Sep 17 00:00:00 2001 From: Alvin <524715@vistacollege.nl> Date: Wed, 4 Jun 2025 09:34:13 +0200 Subject: [PATCH] Initialize HTML structure and add empty CSS and JavaScript files --- css/style.css | 0 index.html | 11 +++++++++++ js/script.js | 0 3 files changed, 11 insertions(+) create mode 100644 css/style.css create mode 100644 index.html create mode 100644 js/script.js diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..d01f779 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + +
+ + +