forked from actuallyaridan/actuallyaridan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
54 lines (49 loc) · 2.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#161616">
<title>404 (Not Found) — actuallyaridan</title>
<link href="/src/styles/styles.css" rel="stylesheet">
<script src="/src/scripts/settings.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/@twemoji/api@latest/dist/twemoji.min.js"
crossorigin="anonymous"></script>
<script src="/src/scripts/general.js"></script>
<script src="/src/scripts/notFound.js"></script>
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/src/favicons/apple-touch-icon.png">
<link rel="apple-touch-icon" type="image/png" sizes="512x512" href="/src/favicons/icon-512.png">
<link rel="apple-touch-icon" type="image/png" sizes="192x192" href="/src/favicons/icon-192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/src/favicons/icon-512.png">
<link rel="icon" type="image/png" sizes="192x192" href="/src/favicons/icon-192.png">
</head>
<body class="boxAlignment">
<header>
<nav>
<div class="p404Wrapper">
<a class="navButton" href="/"><img draggable="false" class="emoji" alt=""
src="/src/images/emojis/house.svg"> Home</a>
</div>
</nav>
</header>
<main>
<h1>404: Not Found</h1>
<div>
<div class="centererWrapper">
<section class="titleUnderText">
<p id="emojiNotFound"></p>
<p class="subTitle" id="textNotFound"></p>
<p class="subTitle">The page you're looking for cannot be found. <br>If you entered the URL manually,
please check
the URL and try again, otherwise the page was probably moved or deleted.</p>
</section>
</div>
</div>
</div>
</main>
<footer class="footer">
<p>© Copyright 2024 by Adnan Bukvic unless stated otherwise. This project uses the MIT license.</p>
<p>Twemoji by Twitter Inc/X Corp is licensed under CC-BY 4.0.</p>
</footer>
</body>
</html>