-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
82 lines (63 loc) · 3.55 KB
/
404.html
File metadata and controls
82 lines (63 loc) · 3.55 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#FBFBFB" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#0F0F0F" media="(prefers-color-scheme: dark)" />
<script type="text/javascript">
'use strict';
// Copyright (c) 2025 Kaspa Hub | kaspahub.org | See LICENSE file
document.documentElement.id=(localStorage.getItem('theme')??(matchMedia('(prefers-color-scheme: dark)').matches?'dark':'light'))==='dark'?'dark':'light';
</script>
<title>Kaspa Hub - 404</title>
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://kaspahub.org/404.html" />
<meta name="twitter:url" content="https://kaspahub.org/404.html" />
<meta property="og:url" content="https://kaspahub.org/404.html" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="https://kaspahub.org/assets/logo.jpg" />
<meta property="og:image" content="https://kaspahub.org/assets/logo.jpg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/assets/styles/main.css" />
<script defer src="/assets/scripts/main.js"></script>
<link rel="manifest" href="/assets/manifest.json" />
</head>
<body>
<nav aria-label="Main Navigation"><div class="navTop"><input type="checkbox" id="menuCheck" aria-label="Toggle navigation menu" onchange="menu()" /><a id="title" href="/" aria-label="Home">Kaspa Hub</a></div><div class="navLinks widescreen-only"><a class="navTag" href="/posts/">Articles</a><a class="navTag" href="/news/">News</a><a class="navTag" href="/explorer/">Explorer</a></div><div class="navActions"><a id="priceTag" aria-live="polite" href="/price/"></a><input type="checkbox" id="themeCheck" aria-label="Toggle dark mode" onchange="theme()" /></div></nav>
<aside><div id="drawer"><div id="drawer-list"></div></div><div id="drawer-overlay" onclick="menu(true)"></div></aside>
<main id="container-1">
<div style="text-align: center; margin: 40px;">
<h1 style="font-size: 3em; filter: brightness(0.7);">🔎 404 </h1>
<p style="font-weight: bold;">This page doesn’t exist or is no longer available.</p>
</div>
</main>
<footer>
<div id="information">
<div class="social-icons">
<a href="https://x.com/KaspaHub" aria-label="X (Twitter)" class="icon-x"></a>
<a href="https://tiptr.ee/KaspaHub" aria-label="Tiptree (Nostr)" class="icon-nostr"></a>
<a href="https://discord.gg/7umFvjcANE" aria-label="Discord" class="icon-discord"></a>
</div>
<p>A community-powered, open-source platform bringing together resources, initiatives, and connections for everyone interested in the Kaspa protocol.</p>
</div>
<div id="advertisement">
<!-- BEGIN AADS AD UNIT 2432158 -->
<div id="frame" style="width: 100%;margin: auto;position: relative; z-index: 99998;">
<iframe data-aa='2432158' src='//acceptable.a-ads.com/2432158/?size=Adaptive'
style='border:0; padding:0; width:70%; height:auto; overflow:hidden;display: block;margin: auto'></iframe>
</div>
<!-- END AADS AD UNIT 2432158 -->
</div>
<div id="resources">
<ul class="section-list">
<li><a href="https://tiptr.ee/KaspaHub">Donate</a></li>
<li><a href="https://github.com/KaspaHub/kaspahub.github.io">Contribute</a></li>
<li><a href="mailto:mail@kaspahub.org">Send feedback</a></li>
<li><a href="https://kaspahub.org/post/legal/">Legal information</a></li>
<li><a href="https://kaspahub.org/post/acknowledgements/">Acknowledgements</a></li>
</ul>
</div>
</footer>
</body>
</html>