~dricottone/huttese-apk

ref: 4bbaacb863e59dee26ad09e129e623209fd7fe93 huttese-apk/sr.ht/gamja/0001-Add-custom-chat.sr.ht-noscript-page.patch -rw-r--r-- 858 bytes
4bbaacb8 — Simon Ser soju: upgrade 2 years ago
                                                                                
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
From 45bfa01d738bf8cc9821153b643711b11db3b507 Mon Sep 17 00:00:00 2001
From: Drew DeVault <sir@cmpwn.com>
Date: Mon, 29 Nov 2021 12:52:42 +0100
Subject: [PATCH gamja] Add custom chat.sr.ht noscript page

---
 index.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index ec656db..455a6f2 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,13 @@
 	</head>
 	<body>
 		<noscript>
-			<p>This application requires JavaScript. Please enable it!</p>
+			<p>
+				chat.sr.ht provides a web chat client, but it requires
+				JavaScript to use. If you do not wish to enable JavaScript, you
+				may also use chat.sr.ht by
+				<a href="https://man.sr.ht/chat.sr.ht/quickstart.md">connecting to the IRC bouncer</a>
+				directly with your own IRC client.
+			</p>
 		</noscript>
 	</body>
 </html>
-- 
2.34.1