-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
22 lines (20 loc) · 877 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: default
---
<div class="row">
<div class="box">
<h2>404 Page Not Found</h2><hr />
<p>
This is kinda embarassing, it looks like you somehow found your way to a page that doesn't exist. <br />
If this was my fault please <a href="https://github.com/CorruptComputer/home/issues" target="_blank" rel="noopener">let me know on GitHub</a> so I can get this fixed.<br />
Anyways, heres a picture of a Sloth with an Eagles head:
</p>
<div style="display: flex; justify-content: space-around;">
<img src="/images/404.webp" alt="Sloth with an Eagles head" style="width: 50%;"/>
</div>
<br />
<div style="display: flex; justify-content: space-around;">
<a href="/"><button class="blogBtn">Return home</button></a>
</div>
</div>
</div>