diff options
author | EuAndreh <eu@euandre.org> | 2020-12-26 08:07:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-26 08:07:52 -0300 |
commit | 9c0b3e3447fc9c7fe7c17efdf2685059b6b67843 (patch) | |
tree | c6c5566f6efdddcc211dd96e7a9e7616d559afc5 /torrent.html | |
parent | linter.rb: Remove @@known_ids to allow live reloading to work (diff) | |
download | euandre.org-9c0b3e3447fc9c7fe7c17efdf2685059b6b67843.tar.gz euandre.org-9c0b3e3447fc9c7fe7c17efdf2685059b6b67843.tar.xz |
torrent.html: Add <noscript> tag
Diffstat (limited to '')
-rw-r--r-- | torrent.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/torrent.html b/torrent.html index 7be57d0..6e3e76e 100644 --- a/torrent.html +++ b/torrent.html @@ -19,5 +19,12 @@ client.add(torrentID, torrent => torrent.files.forEach(file => file.appendTo("#output"))); </script> + <noscript> + This page uses JavaScript for downloading with <a href="https://webtorrent.io/">WebTorrent</a>. + + <br /> + + To view the content either enable JavaScript or download the torrent file directly. + </noscript> </body> </html> |