Skip to content

Commit

Permalink
creating a 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawad Nassar committed Apr 4, 2015
1 parent 05ed380 commit f4f2008
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-bookmark"></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>
</ul>
</div>

0 comments on commit f4f2008

Please sign in to comment.