Skip to content

Commit

Permalink
Merge pull request sergiokopplin#279 from spencexyz/gh-pages
Browse files Browse the repository at this point in the history
added 404 page template
  • Loading branch information
sergiokopplin committed Jul 18, 2018
2 parents be96cde + bb33cdb commit 114662a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: default
permalink: /404.html
---

<section class="lost-container">
<h1>Uh oh!</h1>
<div class="link">
<img class="selfie" alt="{{ site.name }}" src="{{ site.url }}/assets/images/error.gif" />
</div>
<br />
<br />
<a href="/">Take me home!</a>
</section>
3 changes: 3 additions & 0 deletions _sass/components/others.sass
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@
letter-spacing: 4px
position: relative
top: -8px

.lost-container
text-align: center
Binary file added assets/images/error.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 114662a

Please sign in to comment.