commit e745cc340c73877e449c100b42a0c49f3c718963 Author: Alvin <524715@vistacollege.nl> Date: Wed Jun 4 09:34:13 2025 +0200 Initialize HTML structure and add empty CSS and JavaScript files 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 @@ + + + + + + Document + + + + + \ No newline at end of file diff --git a/js/script.js b/js/script.js new file mode 100644 index 0000000..e69de29