Skip to content

Commit

Permalink
Add 404 page from jekyll master (#121)
Browse files Browse the repository at this point in the history
Merge pull request 121
  • Loading branch information
ashmaroli authored and jekyllbot committed Apr 8, 2017
1 parent 832abdb commit 0f03bee
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: default
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>

0 comments on commit 0f03bee

Please sign in to comment.