feat: Add temporary frontend and started on dnssec
All checks were successful
Build Docker / BuildImage (push) Successful in 31s

This commit is contained in:
2025-02-25 18:30:29 +11:00
parent af89fca45d
commit 12263dc7b5
4 changed files with 344 additions and 27 deletions

View File

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