Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Create 404.html #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: base
title: "404 - File Not Found"
permalink: /404.html
---
<div class="row">
<div class="small-12 columns">
<h1>We could not find that page</h1>
<p>
Please check that the link you used is correct.
</p>
</div>
</div>