aboutsummaryrefslogtreecommitdiff
path: root/torrent.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-26 08:07:52 -0300
committerEuAndreh <eu@euandre.org>2020-12-26 08:07:52 -0300
commit9c0b3e3447fc9c7fe7c17efdf2685059b6b67843 (patch)
treec6c5566f6efdddcc211dd96e7a9e7616d559afc5 /torrent.html
parentlinter.rb: Remove @@known_ids to allow live reloading to work (diff)
downloadeuandre.org-9c0b3e3447fc9c7fe7c17efdf2685059b6b67843.tar.gz
euandre.org-9c0b3e3447fc9c7fe7c17efdf2685059b6b67843.tar.xz
torrent.html: Add <noscript> tag
Diffstat (limited to '')
-rw-r--r--torrent.html7
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>