feat: Add initial code
All checks were successful
Build Docker / BuildImage (push) Successful in 1m2s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m2s
This commit is contained in:
20
templates/assets/css/404.css
Normal file
20
templates/assets/css/404.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user