forked from duffleit/duffleit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
30 lines (28 loc) · 783 Bytes
/
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
---
layout: page
title: "404: Page not found"
permalink: 404.html
---
<section class="short green page">
<div class="container">
<div class="row">
<h1>
<span class="green bold" style="font-size: 150px">404</span><br/>
Page not found
</h1>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<h2>Pssst, I'm working on that.</h2>
<p class="message">
Sorry, we've <b>misplaced that URL</b> or it's pointing to something that <b>doesn't exist</b>. <a
href="{{ site.baseurl }}/">Head back home</a> to try finding it again.
</p>
<p>
</p>
</div>
</div>
</section>