-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffline.html
More file actions
29 lines (29 loc) · 1 KB
/
offline.html
File metadata and controls
29 lines (29 loc) · 1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DMARC4all Offline</title>
<link rel="icon" href="./favicon.ico">
<link rel="stylesheet" href="./assets/fonts/fonts.css">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<main class="page-shell">
<section class="hero card">
<div class="eyebrow">Offline</div>
<h1>Connection Needed For Live Checks</h1>
<p class="lead">
The app shell is available offline, but DNS, RDAP, and BIMI diagnostics need a live network connection.
</p>
<p class="muted">
UI はオフラインでも開けますが、DNS / RDAP / BIMI の診断はオンライン接続が必要です。
</p>
<div class="hero-actions">
<a class="btn btn-gradient" href="./index.html">Open Quick Check</a>
<a class="btn btn-ghost" href="./rua_service.html">Open RUA Guide</a>
</div>
</section>
</main>
</body>
</html>