Skip to content

Commit

Permalink
add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Feb 9, 2022
1 parent b6f17fe commit 4d7f0ba
Show file tree
Hide file tree
Showing 2 changed files with 20 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
---

<div class="container not-found-page">
<div class="content">
<div class="text-center">
<h1>404 page</h1>
<a class="btn btn-danger btn-lg" href="/" role="button">Back to home</a>
</div>
</div>
</div>

6 changes: 6 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,9 @@ ul.across li { float: left; display: block; width: 9em }
.footer a {
color: #EB4D44;
}

.not-found-page {
justify-content: center;
display: flex;
align-items: center;
}

0 comments on commit 4d7f0ba

Please sign in to comment.