Skip to content

Commit 64800ba

Browse files
author
Johan Van den Rym
committed
Added 404 page
1 parent cb14700 commit 64800ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

404.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: "404: Page not found"
4+
---
5+
6+
<div class="page">
7+
<h1 class="page-title">404: Page not found</h1>
8+
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
9+
</div>

0 commit comments

Comments
 (0)