Add /resume redirecting route, move 404.html Sass into styles file

This commit is contained in:
Xevion
2022-04-11 15:37:47 -05:00
parent 608f899164
commit 293b3f286d
6 changed files with 32 additions and 16 deletions

View File

@@ -1,26 +1,11 @@
---
permalink: /404.html
permalink: /404
layout: default
_preview_description: The page you have requested no longer or has never existed.
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>