remove unused files and assets to clean up the project

This commit is contained in:
pacnpal
2025-02-16 11:34:28 -05:00
parent 7c97a63eb7
commit 72c7504401
24 changed files with 41 additions and 2582 deletions

17
styles.css Normal file
View File

@@ -0,0 +1,17 @@
body {
font-family: 'Courier New', monospace;
background: linear-gradient(135deg, #1e1e2f, #1e2f4f);
color: #fff;
text-align: center;
margin: 0;
}
header, footer {
padding: 20px;
background-color: rgba(30, 30, 47, 0.9);
}
h1, h2 {
color: #ffcc00;
}
p {
font-size: 1.2em;
}