Update 404 page

This commit is contained in:
Andras Schmelczer 2022-09-25 20:16:43 +02:00
parent 76b8863ec1
commit b12be35a71
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -20,17 +20,24 @@
background-color: #b7455e;
}
h1 {
div {
text-align: center;
}
h1,
a {
font-family: 'Roboto', 'Helvetica Neue', sans-serif;
font-weight: 100;
font-size: 3rem;
color: white;
text-align: center;
padding: 0.5rem;
padding: 2rem;
}
</style>
</head>
<body>
<h1>The requested resource cannot be found.</h1>
<div>
<h1>Page not found.</h1>
<a href="/">Go back</a>
</div>
</body>
</html>