-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathoffline.html
More file actions
31 lines (31 loc) · 1.36 KB
/
Copy pathoffline.html
File metadata and controls
31 lines (31 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Offline · DigiByte</title>
<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>
<img src="/images/logo.svg" alt="DigiByte" width="200" height="36" class="mb-5">
<span class="chip chip--cyan">You are offline</span>
<h1>The network is still alive — your connection isn't.</h1>
<p>You're seeing the cached, offline version of digibyte.org. Reconnect to load fresh content and live chain stats.</p>
<div class="cluster mt-6 justify-center-children">
<a class="btn btn--primary" href="/">Try again</a>
<button class="btn btn--ghost" type="button" onclick="location.reload()">Reload</button>
</div>
</div>
</main>
</body>
</html>