aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>