From 8690f3dc4b9fe9ad7b2dd5c03f836f94a80b535c Mon Sep 17 00:00:00 2001 From: ImBadAtThisStuff Date: Thu, 28 May 2026 23:29:16 +0100 Subject: [PATCH] Initial File Structure --- css/index.css | 0 index.html | 0 js/index.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 css/index.css create mode 100644 index.html create mode 100644 js/index.js diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/js/index.js b/js/index.js new file mode 100644 index 0000000..e69de29