aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorneauoire <[email protected]>2020-05-15 10:50:07 +0900
committerneauoire <[email protected]>2020-05-15 10:50:07 +0900
commitd4690770f47ddb5fcc8bc3d516132bd37a816ecc (patch)
treecf73cd87c0f82c10f9977fa425737feb4cc87065
parent0c2090227bf2b7a387a81ee02712b6044a4dede4 (diff)
downloadOrca-d4690770f47ddb5fcc8bc3d516132bd37a816ecc.tar.gz
Orca-d4690770f47ddb5fcc8bc3d516132bd37a816ecc.zip
Added noscript message
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 630cb22..ec583b2 100644
--- a/index.html
+++ b/index.html
@@ -43,5 +43,6 @@
try { navigator.serviceWorker.register('sw.js') } catch (err) { console.warn(err) }
}
</script>
+ <noscript>Your browser must have Javascript enabled to use Orca, <br />try running the <a href='https://git.sr.ht/~rabbits/orca'>terminal version</a> instead.</noscript>
</body>
</html>