Initial Commit

This commit is contained in:
2026-04-25 16:08:12 +00:00
commit 66eca93f01
13 changed files with 854 additions and 0 deletions

9
templates/styles.css Normal file
View File

@@ -0,0 +1,9 @@
.bg-dark-gray {
background-color: #333333; /* Darker Gray */
}
body {
background-color: #000000; /* Black background for body */
}