-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path404.html
23 lines (20 loc) · 959 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
---
layout: blank
title: Error 404
sitemap: false
---
<div class="container">
<div class="row">
<div class="xs-12 md-6 mx-auto">
<div id="countUp" style="text-align: center; margin-left: 20px; margin-right: 20px;">
<div id="countUpIn" style="font-size: 4em;" class="number" data-count="404">0</div>
<div class="text" id="pgtxt">Page not found</div>
<div class="text" id="uhtxt">Ummm, do you know?</div>
<div class="text" id="mytxt">The universe is so big.</div>
<div class="text" id="mycat">Did something break?</div>
<div class="text" id="hmtxt">Let's take you back <a style="color: white;" href="{{ '#nobanner' | absolute_url }}">home</a>.</div>
<div class="text" style="margin-top: 30vh; color: #ddd;"><i>Photo by <a href="https://unsplash.com/@andyjh07" style="color: #ddd;">Andy Holmes</a> via Unsplash.</i></div>
</div>
</div>
</div>
</div>