commit 0de1c972b4857e77ccd8a644b7b15aeacd25c50a Author: 0xCoffee 0xcoffee@sigaint.org Date: Sat Apr 9 07:46:10 2016 -0700
Add <noscript> tag #15978
Signed-off-by: Philipp Winter phw@torproject.org --- index.html | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/index.html b/index.html index fce43d4..b3297a1 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,10 @@ <img src="img/loader.gif" /> </div> <div id="content"> + <noscript> + <h1>JavaScript required</h1> + <p>Please enable JavaScript to use this service.</p> + </noscript> </div> <hr/> <footer>
tor-commits@lists.torproject.org