This commit is contained in:
Andras Schmelczer 2022-09-25 18:19:13 +00:00
parent b33df4e9e2
commit 3f29ddff52
50 changed files with 18 additions and 11 deletions

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>