Move everything to public folder
All checks were successful
Deploy to neocities / deploy (push) Successful in 9s

This commit is contained in:
2026-02-20 06:40:01 +02:00
parent 3dc38d0905
commit 637b9511f1
6 changed files with 0 additions and 0 deletions

9
public/css/style.css Normal file
View File

@@ -0,0 +1,9 @@
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
HTML content. To learn how to do something, just try searching Google for questions like
"how to change link color." */
body {
background-color: white;
color: black;
font-family: Verdana;
}