-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
37 lines (36 loc) · 1.05 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: Oops! Page not found!
layout: default
description: Sorry, we couldn't find the page you were looking for
permalink: /404.html
---
<div class="section">
<br>
<section class="v100">
<br>
<div>
<h2 class="center-align blue-text">{{ page.title }}</h2>
</div>
<div class="divider"></div>
<div class="container container-wide">
<div class="about">
<section class="v100">
<div class="container container-wide">
<ul class="collection with-header">
<li class="collection-header">
<h2 class="center-align blue-text">404</h2>
</li>
<li class="collection-item">
<span class="post-description flow-text">
Sorry, we couldn't find the page you were looking for!
<p>
Maybe you'd like to go <a href="{{ site.github.url }}">home instead?</a>
</span>
</li>
</ul>
</div>
</section>
</div>
</div>
</section>
</div>