-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
39 lines (36 loc) · 1.65 KB
/
404.html
File metadata and controls
39 lines (36 loc) · 1.65 KB
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
38
39
---
layout: default
title: "404 - Page Not Found"
permalink: /404.html
hide_footer: true
---
<section class="full-screen">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<h1>Oops! Page Not Found...</h1>
<p>
Hello there! It looks like this cute cat led you to the wrong place while playing with its yarn.
Or maybe the page has been moved or removed. Maybe I even closed the site completely and left.
🐾
</p>
<h3>Fun Facts</h3>
<p>
Did you know that cats are actually great navigators? But this little rascal likes to play with
yarn even more 😺
</p>
<h3>What Can You Do?</h3>
<p>
By accessing the <a href="{{ '/' | relative_url }}">Home Page</a>, you can start again, or if it's content
you're looking for, you can browse and explore pages like <a href="{{ '/#blog' | relative_url }}">Blog</a>,
<a href="{{ '/#project' | relative_url }}">Projects</a>, etc.
</p>
</div>
<div class="col-lg-6">
<a href="https://www.freepik.com/free-vector/404-error-with-cute-animal-concept-illustration_7938322.htm">
<img src="{{ '/assets/images/base_site_images/404-error.webp' | relative_url }}" width="800" height="800" loading="lazy" class="img-fluid" alt="404 Error Images">
</a>
</div>
</div>
</div>
</section>