commit bf80433f42dd5283664fc8481d2685998fcf397f Author: Brosef Date: Sat Feb 7 19:25:23 2026 +0000 Added boilerplate code diff --git a/index.html b/index.html new file mode 100644 index 0000000..b47947d --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/main.js b/main.js new file mode 100644 index 0000000..7c5a15f --- /dev/null +++ b/main.js @@ -0,0 +1,2 @@ +window.addEventListener('load', (e) => { +}); \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..150c232 --- /dev/null +++ b/styles.css @@ -0,0 +1,5 @@ +body { + background-color: #000000; + color: #FFFFFF; + font-family: sans-serif; +} \ No newline at end of file