-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path404.html
More file actions
33 lines (33 loc) · 1.52 KB
/
Copy path404.html
File metadata and controls
33 lines (33 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 — Page not found · DigiByte</title>
<meta name="description" content="The page you are looking for does not exist on digibyte.org.">
<meta name="theme-color" content="#05070d">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Inter:wght@400;500&family=JetBrains+Mono:wght@500&display=swap">
<link rel="stylesheet" href="/css/tokens.css">
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/components.css">
<link rel="stylesheet" href="/css/sections.css">
<link rel="stylesheet" href="/css/utilities.css">
</head>
<body>
<main class="center-page">
<div>
<div class="center-page__art" aria-hidden="true">404</div>
<span class="chip chip--violet">Lost in the chain</span>
<h1>This block doesn't exist.</h1>
<p>The page you tried to reach was orphaned, renamed, or never confirmed. Let's get you back to the network.</p>
<div class="cluster mt-6 justify-center-children">
<a class="btn btn--primary" href="/">Back to homepage</a>
<a class="btn btn--ghost" href="/#downloads">Downloads</a>
<a class="btn btn--outline" href="https://github.com/DigiByte-Core/digibyte/wiki" target="_blank" rel="noopener">Wiki</a>
</div>
</div>
</main>
</body>
</html>