fix 404 page

This commit is contained in:
anna 2021-04-15 23:02:49 +02:00
parent 16dfd01150
commit f81537ff7e
Signed by: fef
GPG key ID: EC22E476DC2D3D84
2 changed files with 19 additions and 1 deletions

View file

@ -7,6 +7,6 @@ title: "404 nyat found :("
<div class="error-page">
<h2>404</h2>
<p class="error-message">nyat found :(</p>
<p class="error-name">nyat found :(</p>
<p>the webbed sewver twied weawwy hawd, pwease don't be angwy se-se-senpai qwq</p>
</div>

18
assets/css/404.scss Normal file
View file

@ -0,0 +1,18 @@
---
---
.error-page {
text-align: center;
padding: 20px 0;
.error-name {
font-size: 1.5rem;
font-weight: 700;
}
h2 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
}
}