Skip to content

Commit

Permalink
Merge pull request barryclark#19 from jawadnassar/master
Browse files Browse the repository at this point in the history
creating a 404 page
  • Loading branch information
matt swanson committed Apr 4, 2015
2 parents 05ed380 + 609eeb4 commit ca06889
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: 404 Page Not Found
---

<div id="home">
<h2><i class="fa fa-frown-o"></i> Whoah, that's a 404 Error</h2>
<ul id="blog-posts" class="posts">
<p>Hey, sorry, but the page you're trying to access doesn't exist. Try <a href="/">going back to the homepage.</a></p>
<br /></ul>
</div>

0 comments on commit ca06889

Please sign in to comment.