fix: 404 page
This commit is contained in:
parent
2afd947660
commit
c5db049494
@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
title: Page Not Found
|
|
||||||
permalink: "/404"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<%- partial('head.html') %>
|
|
||||||
<style>
|
|
||||||
h1 {
|
|
||||||
font-size: 12em;
|
|
||||||
font-weight: 100;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<body>
|
|
||||||
<%- partial('header.html') %>
|
|
||||||
<section class="page-section error-page">
|
|
||||||
<div class="container-narrow text-center py-md-8">
|
|
||||||
<h1>404</h1>
|
|
||||||
<p class="lead">This page could not be found</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
7
source/404.md
Normal file
7
source/404.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Page Not Found
|
||||||
|
permalink: "/404"
|
||||||
|
---
|
||||||
|
|
||||||
|
> `404`
|
||||||
|
> This page could not be found
|
Loading…
x
Reference in New Issue
Block a user