Initial commit
All checks were successful
Build Docker / BuildImage (push) Successful in 57s

This commit is contained in:
2024-09-12 13:51:01 +10:00
commit 5a74687c0e
27 changed files with 1454 additions and 0 deletions

View File

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