-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
122 lines (120 loc) · 5.8 KB
/
Copy path404.html
File metadata and controls
122 lines (120 loc) · 5.8 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<script id="theme-init">
(function () {
var key = "kaspa-explained-theme";
var saved = null;
try { saved = localStorage.getItem(key); } catch (e) {}
var theme = new URLSearchParams(window.location.search).get("theme");
if (theme !== "light" && theme !== "dark") { theme = saved; }
document.documentElement.dataset.theme = theme === "light" ? "light" : "dark";
})();
</script>
<title>Page Not Found | Kaspa Explained</title>
<meta name="description" content="Page not found. Use search, status, sources, or the beginner path to find what you're looking for.">
<meta name="robots" content="noindex,follow">
<link rel="canonical" href="https://kaspaexplained.com/404">
<link rel="icon" href="kaspa-favicon.svg?v=20260512-real-k" type="image/svg+xml">
<link rel="icon" href="favicon.svg?v=20260512-k4" type="image/svg+xml">
<link rel="icon" href="favicon.ico" sizes="any">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">
<meta name="application-name" content="Kaspa Explained">
<meta name="apple-mobile-web-app-title" content="Kaspa Explained">
<meta name="theme-color" content="#000000">
<meta property="og:title" content="Page Not Found | Kaspa Explained">
<meta property="og:description" content="Page not found. Use search, status, sources, or the beginner path to find what you're looking for.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kaspaexplained.com/404">
<meta property="og:image" content="https://kaspaexplained.com/og-kaspa-explained.png?v=20260829">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Kaspa Explained - proof-of-work blockDAG guide">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Not Found | Kaspa Explained">
<meta name="twitter:description" content="Page not found. Use search, status, sources, or the beginner path to find what you're looking for.">
<meta name="twitter:image" content="https://kaspaexplained.com/og-kaspa-explained.png?v=20260829">
<meta name="dateModified" content="2026-09-15">
<link rel="stylesheet" href="styles.css?v=20260915-apple27">
<script defer src="nav.js?v=20260915-apple27"></script>
</head>
<body>
<a class="skip-link" href="#top">Skip to content</a>
<header class="site-header">
<nav class="nav" aria-label="Primary">
<a class="brand" href="/" aria-label="Kaspa Explained home">
<span class="brand-mark" aria-hidden="true"></span>
Kaspa Explained
</a>
<button class="nav-menu-button" type="button" aria-expanded="false" aria-controls="primary-links">Menu</button>
<div id="primary-links" class="nav-links">
<a href="/what-is-kaspa">What is Kaspa</a>
<a href="/status">Live now</a>
<a href="/skeptical-case">Risks</a>
<a href="/build-on-kaspa">Build</a>
<a href="/demos">Try it</a>
</div>
<button class="theme-toggle" type="button" aria-label="Switch theme">Light</button>
</nav>
</header>
<main id="top" tabindex="-1" class="status-page">
<section class="status-hero section">
<p class="eyebrow">404</p>
<h1>That page isn't in the guide</h1>
<p class="lead">The URL is old, mistyped, or moved.</p>
<div class="actions">
<a class="button primary" href="/search">Search the site</a>
<a class="button" href="/status">Check status</a>
<a class="button" href="/">Start here</a>
</div>
</section>
<!-- related-links:start -->
<section class="section site-related" aria-labelledby="related-links-title">
<p class="eyebrow">Next</p>
<h2 id="related-links-title" class="site-next-title"><a href="/search">Find the right page</a></h2>
<p class="site-next-reason">Every concept, page, and status label on this site, searchable in one place.</p>
</section>
<!-- related-links:end -->
</main>
<footer class="footer">
<div class="footer-grid">
<div class="footer-legal">
<p><strong>Independent Kaspa explainer.</strong> Claims are labeled live, targeted, roadmap, research, unsupported, or wrong. Not investment advice.</p>
<p class="footer-disclosure">Independent site with no official Kaspa role. No wallet, exchange, mining, or price service. Nobody pays for coverage; the maintainer may hold KAS.</p>
</div>
<nav class="footer-nav-groups" aria-label="Footer">
<div class="footer-link-group" aria-label="Learn">
<span>Learn</span>
<a href="/crypto-from-scratch">Crypto from scratch</a>
<a href="/what-is-kaspa">What is Kaspa</a>
<a href="/why-kaspa-matters">How it compares</a>
<a href="/kaspa-origin-story">Origin story</a>
<a href="/moose">Moose's books</a>
</div>
<div class="footer-link-group" aria-label="Verify">
<span>Verify</span>
<a href="/status">Status</a>
<a href="/skeptical-case">Skeptical case</a>
<a href="/sources">Sources</a>
</div>
<div class="footer-link-group" aria-label="Build">
<span>Build</span>
<a href="/build-on-kaspa">Build on Kaspa</a>
<a href="/kaspa-mining">Mining Kaspa</a>
<a href="/kips">KIPs and KCCs</a>
</div>
<div class="footer-link-group" aria-label="Tools">
<span>Tools</span>
<a href="/demos">Try it</a>
<a href="/search">Search</a>
</div>
</nav>
</div>
</footer>
</body>
</html>