-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
86 lines (84 loc) · 4.22 KB
/
404.html
File metadata and controls
86 lines (84 loc) · 4.22 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Page Not Found | Kaspa Explained</title>
<meta name="description" content="The requested Kaspa Explained page was not found. Use search, status, sources, or the beginner path.">
<meta name="robots" content="noindex,follow">
<link rel="canonical" href="https://kaspaexplained.com/404.html">
<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="#09090b">
<meta property="og:title" content="Page Not Found | Kaspa Explained">
<meta property="og:description" content="The requested Kaspa Explained page was not found. Use search, status, sources, or the beginner path.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kaspaexplained.com/404.html">
<meta property="og:image" content="https://kaspaexplained.com/og-kaspa-explained-20260512.png?v=20260512-brand">
<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="Use search, status, sources, or the beginner path.">
<meta name="twitter:image" content="https://kaspaexplained.com/og-kaspa-explained-20260512.png?v=20260512-brand">
<meta name="dateModified" content="2026-05-07">
<link rel="stylesheet" href="styles.css?v=20260512-ask-ai">
<script defer src="nav.js?v=20260512-ask-ai"></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="/start-here.html">Start</a>
<a href="/kaspa-in-one-screen.html">One Screen</a>
<a href="/application-layer.html">Apps</a>
<a href="/builder-guide.html">Builders</a>
<a href="/status.html">Status</a>
<a href="/sources.html">Sources</a>
<a href="/search.html">Search</a>
</div>
<button class="theme-toggle" type="button" aria-label="Switch theme">Light</button>
<a class="nav-cta" href="/status.html">What is live?</a>
</nav>
</header>
<main id="top" tabindex="-1" class="status-page">
<section class="status-hero section">
<p class="eyebrow">404</p>
<h1>That page is not in the guide.</h1>
<p class="lead">The URL may be old, mistyped, or moved. Use search for a term, check shipped-vs-roadmap status, or start from the beginner route.</p>
<div class="actions">
<a class="button primary" href="/search.html">Search the site</a>
<a class="button" href="/status.html">Check status</a>
<a class="button" href="/start-here.html">Start here</a>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-grid">
<p><strong>Independent resource.</strong> Kaspa-positive research guide, not investment advice.</p>
<nav aria-label="Footer">
<a href="/status.html">Status</a>
<a href="/sources.html">Sources</a>
<a href="/search.html">Search</a>
<a href="/about.html">About</a>
<a href="/CLAIMS.yml">Claims</a>
<a href="https://github.com/parker2017code/kaspa-explained">GitHub</a>
</nav>
</div>
</footer>
</body>
</html>