Initial commit

This commit is contained in:
2025-01-07 13:02:12 -07:00
commit 00474fdb13
5 changed files with 69 additions and 0 deletions

26
static/css/style.css Normal file
View File

@@ -0,0 +1,26 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
}
header, footer {
background: #333;
color: #fff;
padding: 10px 20px;
text-align: center;
}
main {
padding: 20px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}