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