Skip to content

Commit 1f3d280

Browse files
committedNov 29, 2019
🎉 initial commit
0 parents  commit 1f3d280

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+6342
-0
lines changed
 

‎.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.DS_Store
3+
*.swp
4+
.sass-cache
5+
*~

‎404.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
title: 404
4+
permalink: /404.html
5+
---
6+
7+
<div class="text-center">
8+
<h1 class="display-1 mt-5 mb-4"><span class="badge badge-danger">404</span> Page does not exist!</h1>
9+
<p>Please use the search bar at the top or visit our <a href="{{site.baseurl}}/">homepage</a>!</p>
10+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.