diff options
author | neauoire <[email protected]> | 2020-05-15 10:50:07 +0900 |
---|---|---|
committer | neauoire <[email protected]> | 2020-05-15 10:50:07 +0900 |
commit | d4690770f47ddb5fcc8bc3d516132bd37a816ecc (patch) | |
tree | cf73cd87c0f82c10f9977fa425737feb4cc87065 | |
parent | 0c2090227bf2b7a387a81ee02712b6044a4dede4 (diff) | |
download | Orca-d4690770f47ddb5fcc8bc3d516132bd37a816ecc.tar.gz Orca-d4690770f47ddb5fcc8bc3d516132bd37a816ecc.zip |
Added noscript message
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |