Adding custom 404 page
This commit is contained in:
parent
e762f888e4
commit
283183cb6e
1 changed files with 10 additions and 0 deletions
10
404.html
Normal file
10
404.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: default
|
||||
tabtitle: Lost
|
||||
---
|
||||
|
||||
<article>
|
||||
<h1> NOPE </h1>
|
||||
<h2> Maybe give it another shot... </h2>
|
||||
<p> (Page not found)</p>
|
||||
</article>
|
Loading…
Reference in a new issue