-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
93 lines (88 loc) · 3.99 KB
/
Copy path404.html
File metadata and controls
93 lines (88 loc) · 3.99 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 unlucky</title>
<link rel="icon" type="image/x-icon" href="/assets/icon.webp" alt="logo">
<link rel="stylesheet" href="/nerd.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link href="/style.css" rel="stylesheet" type="text/css">
<script src="/scripts.js" defer type="text/javascript" ></script>
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<noscript>
<link rel="stylesheet" href="/nerd.css">
</noscript>
<body>
<header>
<div class="head-centered">
<div class="head-pfp">
<img onclick="location.href='https://geodearc.com'" src="/assets/icon.webp" alt="GeodeArc Logo">
</div>
<nav class="head-main">
<div class="head-text">
<div class="head1 fade block show">
<a href="https://geodearc.com">GeodeArc</a>
</div>
<div class="head2 fade flex">
<a href="/" class="un">home</a>
<a href="/404.html" class="un">placeholder</a>
<a href="https://geodearc.com/GeoDots" class="un">try GeoDots</a>
</div>
</div>
<div class="head-navbtn">
<button id="navbtn" aria-label="navigation button">
<p class="nf-fa-navicon fade block show"></p>
<p class="nf-md-close fade block"></p>
</button>
</div>
</nav>
</div>
<div class="head-right">
<div class="head-github">
<a href="https://github.com/GeodeArc/geodearc.github.io" class="nf-fa-github" aria-label="github link"></a>
</div>
<div class="head-theme">
<button id="themeswitch" aria-label="theme switch">
<p class="nf-fa-moon_o"></p>
<p class="nf-fa-sun"></p>
</button>
</div>
</div>
</header>
<main class="page-container">
<div class="fourohfour">
<h1>404 unlucky 🥀</h1>
<h2>get better smh</h2>
<div class="fourohfour-dirs">
<a class="buttonreg" href="/">go home</a>
<a class="buttonreg" href="/404.html">go to the 404 page again</a>
</div>
</div>
</main>
<footer>
<div class="footer-content">
<div class="socials">
<a class="nf-fa-twitter" href="https://x.com/GeodeArc" aria-label="footer link - twitter"></a>
<a class="nf-fa-twitch" href="https://twitch.tv/GeodeArc" aria-label="footer link - twitch"></a>
<a class="nf-fa-youtube" href="https://youtube.com/@GeodeArc" aria-label="footer link - youtube"></a>
<a class="nf-fa-github" href="https://github.com/GeodeArc" aria-label="footer link - github"></a>
</div>
<p>© 2025 geodes crappy web designs</p>
<div class="footer-email">
<p>contact me: </p>
<p style="cursor: pointer" class="copy" onclick="copyClip()">geode@geodearc.com</p>
<p style="cursor: pointer" class="nf-fa-copy" id="copyicon" onclick="copyClip()"></p>
</div>
</div>
</footer>
<div id="fullnav" class="fade flex">
<div class="fullnav-content">
<a href="/">home</a>
<a href="/404.html">placeholder</a>
<a href="https://geodearc.com/GeoDots">try GeoDots</a>
<a class="buttonreg fade block" id="fullnavbtn">Close Navigation</a>
</div>
</div>
</body>