feat: Added init code

This commit is contained in:
2024-06-17 14:38:43 +10:00
parent ce5d474cda
commit 9c5189071a
7 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
html {
background-color: black;
color: white;
text-align: center;
}

View File

@@ -0,0 +1,4 @@
html {
background-color: black;
color: white;
}