-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
68 lines (60 loc) · 1.94 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>drowsys home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS -->
<link href='/assets/css/mp3.css' rel='stylesheet' />
<link href='/assets/css/main.css' rel='stylesheet' />
<noscript>
<link href='/assets/css/noscript.css' rel='stylesheet' />
<h1>This site requires JS, Please enable JavaScript. If you don't know how to ask a friend or Google it</h1>
</noscript>
<meta name="description" content="Hi im Drowsy, welcome to my online portfolio.">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo"
style="overflow: hidden;background-color: #000000;">
<picture>
<source srcset="/images/logo.webp" type="image/webp">
<source srcset="/images/fallback/logo.jpg" type="image/jpeg">
<img src="/images/logo.webp" class="icon" alt="profile picture" style="width: 4.5rem; margin-top: 8px;">
</picture>
</div>
<div class="content">
<div class="inner">
<h1>4xx Client Error</h1>
<p style="font-weight: bold;">404 | Page not found
</p>
</div>
</div>
<!-- <img src="https://dcbadge.vercel.app/api/shield/717523777432584202?style=flat&theme=discord-inverted" -->
<!-- width="215" height="28px" alt="Discord online/offline"> -->
<nav>
<ul>
<li><a style="font-weight: bold;" href="/">Return Home</a></li>
</ul>
</nav>
</header>
<br>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© 2023</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="/assets/js/breakpoint.min.js"></script>
<script src="/assets/js/browser.min.js"></script>
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/utils.js"></script>
<script src="/assets/js/fafa.js"></script>
</body>
</html>