Added boilerplate code

This commit is contained in:
2026-02-07 19:25:23 +00:00
commit bf80433f42
3 changed files with 18 additions and 0 deletions

5
styles.css Normal file
View File

@ -0,0 +1,5 @@
body {
background-color: #000000;
color: #FFFFFF;
font-family: sans-serif;
}