initial build
Created 404 page
This commit is contained in:
parent
445ba1b4dd
commit
0d80729d32
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
||||||
---
|
---
|
||||||
layout: layouts/base
|
layout: layouts/base
|
||||||
permalink: 404.html
|
permalink: 404.html
|
||||||
---
|
title: Page Not Found
|
||||||
|
---
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<h1>404!</h1>
|
||||||
|
<p>Page not found.</p>
|
||||||
|
</article>
|
||||||
Loading…
Reference in a new issue