diff options
Diffstat (limited to 'www/static/noscript.html')
| -rw-r--r-- | www/static/noscript.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/static/noscript.html b/www/static/noscript.html new file mode 100644 index 0000000..5f78e41 --- /dev/null +++ b/www/static/noscript.html @@ -0,0 +1,9 @@ +<noscript id="ns"> + <div id="ns-area" align="center"> + <h2>Sorry, this site doesn't work without JavaScript!</h2> + <br> + <p>Enable it or leave.</p> + <br> + <p style="font-size:12pt; color:black;">Read here why: https://en.wikipedia.org/wiki/Ajax_%28programming%29 </p> + </div> +</noscript> |
