Skip to content

Commit

Permalink
Merge pull request #20 from Kundan28/patch-1
Browse files Browse the repository at this point in the history
Create 404.html
  • Loading branch information
dntzhang authored Jun 5, 2019
2 parents 2bde98b + d0501f3 commit 2c2864b
Showing 1 changed file with 13 additions and 0 deletions.
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>

0 comments on commit 2c2864b

Please sign in to comment.