commit 6a9a54cd8442fa208f192b0d39fe99ea99cbd2e6 Author: vista-man <524715@vistacollege.nl> Date: Tue Apr 1 09:46:38 2025 +0200 initial commit: add basic HTML structure, empty JavaScript, and CSS files 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