-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
25 lines (21 loc) · 1.19 KB
/
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
<html>
<title>404</title>
<meta content="Page Not Found - 404" property="og:title" />
<meta content="oops!" property="og:description" />
<meta content="https://byron.lol" property="og:url" />
<meta content="https://byron.lol/img/53088136.jpg" property="og:image" />
<meta content="#3BF5F3" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="/img/53088136.jpg">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/brands.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<div class="bg-image"></div>
<div class="bg-text">
<div class="animate__animated animate__fadeInUp animate__delay-0.5s">
<h1 class="line-type anim-typewrite">Page Not Found()<h1>
| <a href="https://byron.lol">Go Back</a> |
</div>
<p>Seems you've found a 404. This means the subpage you were looking to find does not exist. Click 'Go Back' to go back to the main page.</p>
</div>
</html>