Initial commit

This commit is contained in:
2026-03-26 17:59:56 +11:00
committed by Woodburn
commit d8ede00901
19 changed files with 1396 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
body {
background-color: #000000;
color: #ffffff;
}
h1 {
font-size: 50px;
margin: 0;
padding: 0;
}
.centre {
margin-top: 10%;
text-align: center;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}