-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path404.html
More file actions
67 lines (59 loc) · 4.21 KB
/
Copy path404.html
File metadata and controls
67 lines (59 loc) · 4.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Fallback CSP, matching index.html: no inline styles or scripts, so the
page's look and its one script live in /css and /js like the app's. -->
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data: https:; connect-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>404 — Nymchat</title>
<meta name="description" content="This Nymchat page doesn't exist. Open the app instead.">
<meta name="robots" content="noindex, follow">
<meta name="theme-color" content="#0a0a0f" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#f5f5f2" media="(prefers-color-scheme: light)">
<meta name="color-scheme" content="dark light">
<link rel="icon" type="image/x-icon" href="https://nymchat.app/images/favicon.ico">
<link rel="icon" type="image/png" sizes="192x192" href="https://nymchat.app/images/android-chrome-192x192.png">
<link rel="apple-touch-icon" sizes="192x192" href="https://nymchat.app/images/android-chrome-192x192.png">
<link rel="stylesheet" href="/css/404.css">
<script src="/js/404.js" defer></script>
</head>
<body>
<main class="nf">
<pre class="nf-art nf-art-404" role="img" aria-label="404">
____________/\\\________/\\\\\\\_______________/\\\____
__________/\\\\\______/\\\/////\\\___________/\\\\\____
________/\\\/\\\_____/\\\____\//\\\________/\\\/\\\____
______/\\\/\/\\\____\/\\\_____\/\\\______/\\\/\/\\\____
____/\\\/__\/\\\____\/\\\_____\/\\\____/\\\/__\/\\\____
__/\\\\\\\\\\\\\\\\_\/\\\_____\/\\\__/\\\\\\\\\\\\\\\\_
_\///////////\\\//__\//\\\____/\\\__\///////////\\\//__
___________\/\\\_____\///\\\\\\\/_____________\/\\\____
___________\///________\///////_______________\///_____ </pre>
<h1 class="nf-title">This channel doesn't exist</h1>
<pre class="nf-art nf-art-window" role="img" aria-label="An empty chat channel called #404 with nobody in it. Someone types "anyone here?", then "hello?", then trails off, and a tumbleweed rolls through the geohash.">
<span class="nf-frame">,---------------------------------------------.</span>
<span class="nf-frame">|</span> <span class="nf-chan">#404</span> 0 nyms here <span class="nf-frame">|</span>
<span class="nf-frame">|---------------------------------------------|</span>
<span class="nf-frame">|</span> <span class="nf-frame">|</span>
<span class="nf-frame">|</span> <span class="nf-nym"><you></span> anyone here? <span class="nf-frame">|</span>
<span class="nf-frame">|</span> <span class="nf-nym"><you></span> hello? <span class="nf-frame">|</span>
<span class="nf-frame">|</span> <span class="nf-nym"><you></span> ... <span class="nf-frame">|</span>
<span class="nf-frame">|</span> <span class="nf-frame">|</span>
<span class="nf-frame">|</span> <span class="nf-sys">* a tumbleweed rolls through the geohash *</span> <span class="nf-frame">|</span>
<span class="nf-frame">|</span> <span class="nf-frame">|</span>
<span class="nf-frame">'---------------------------------------------'</span></pre>
<p class="nf-quip" id="nfQuip">Nothing here is stored, logged, or found. Two of those are on purpose.</p>
<p class="nf-term">
<span class="nf-prompt">nym@mesh:~$</span> locate <span class="nf-path" id="nfPath">this page</span><span
class="nf-cursor" aria-hidden="true">█</span>
</p>
<div class="nf-actions">
<a class="nf-btn nf-btn-primary" href="/">Open Nymchat</a>
<button class="nf-btn" type="button" id="nfBack" hidden>Go back</button>
<a class="nf-btn" href="https://nymchat.app/docs/">Knowledge base</a>
</div>
</main>
</body>
</html>