-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
46 lines (44 loc) · 1.79 KB
/
404.html
File metadata and controls
46 lines (44 loc) · 1.79 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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Lost among the stars? This page has vanished into the cosmic unknown. Return to the tarot and find your destined path once more.">
<meta name="keywords" content="404 error, page not found, tarot, cosmic, stars, navigation, lost, error page">
<meta name="author" content="Kim Piffy">
<title>404 ERROR!</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@1,600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/40e23bfd7e.js" crossorigin="anonymous"></script>
<style>
body {
font-family: 'Source Code Pro', monospace;
text-shadow: 0 0 5px #2aff1a, 0 0 10px #2aff1a, 0 0 20px #2aff1a;
background-color: #000;
color: greenyellow;
font-size: xx-large;
text-align: center;
padding: 50px;
}
footer a {
text-decoration: none;
color: greenyellow;
}
</style>
</head>
<body>
<!-- header and navigation -->
<header><i class="fa-kit fa-pasted-svg-1 fa-10x fa-fade text-glow text-center-custom" style="color: rgb(174, 255, 0);"></i></header>
<main>
<h1>404 ERROR!</h1>
<h2>PAGE NOT FOUND</h2>
<p>Sorry, the page you are looking for does not exist.</p>
<p>It might have been removed, had its name changed, or is temporarily unavailable.</p>
</main>
<footer><p style="text-align: center; margin-top: 20px;">
<a href="index.html" class="text-glow">✨ CLICK HERE TO FIND YOUR WAY HOME ✨</a>
</p>
</footer>
</body>
</html>