First Commit

This commit is contained in:
LeviM0323
2025-12-19 03:04:17 -05:00
commit a2ad584300
173 changed files with 12233 additions and 0 deletions
@@ -0,0 +1,22 @@
body {
text-align: center;
background: #333;
color: white;
}
ul, ol {
margin: 0;
padding: 0;
display: inline-block;
text-align: left;
}
ul li {
list-style: none;
}
a {
color: deepskyblue;
text-align: center;
margin: auto;
}