unauthorised page

This commit is contained in:
2024-09-28 23:27:33 +02:00
parent de0ef9dd69
commit a8a913189e
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
body {
background-color: #11111b;
text-align: center;
}
h1 {
color: red;
}
h3 {
color: yellow;
}
p, a {
color: white;
}