fix 404 page
This commit is contained in:
parent
16dfd01150
commit
f81537ff7e
2 changed files with 19 additions and 1 deletions
2
404.html
2
404.html
|
@ -7,6 +7,6 @@ title: "404 nyat found :("
|
||||||
<div class="error-page">
|
<div class="error-page">
|
||||||
<h2>404</h2>
|
<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>
|
<p>the webbed sewver twied weawwy hawd, pwease don't be angwy se-se-senpai qwq</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
18
assets/css/404.scss
Normal file
18
assets/css/404.scss
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue