forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
executable file
·18 lines (18 loc) · 737 Bytes
/
404.html
File metadata and controls
executable file
·18 lines (18 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: 404
permalink: /404.html
---
<div class="container flex" style="height: 100vh; align-items: center;">
<div class="row">
<div class="col col-12">
<div class="error">
<!-- <div class="col-3 col-m-6 col-t-6 col-d-6">
<img src="/images/ivosaurio-outline.png">
</div> -->
<h4 class="error__title">Your stupid device didn't find that page</h4>
<p class="error__text">Maybe your internet is shit, maybe I fucked up the file structure of my website. Maybe it doesn't exist. Who knows. What's "existing", anyways? Check the URL and/or reload the page.</p>
<a class="button button--primary" href="{{site.baseurl}}/">Back to home</a>
</div>
</div>
</div>
</div>