logo

Grimgrains

[mirror] Plant-based cooking website <https://grimgrains.com/>
commit: df7e60e5424bfe80b4ab2bd8ba415972fceb0710
parent f6ffbd8235d8c2a3c8ae0a08cd533f94b6e38648
Author: microlith57 <microlith57@gmail.com>
Date:   Mon, 10 Jun 2019 12:48:53 +1200

Add Javascript warning to index.html

This shouldn't cause an issue because re-enabling JS causes a page reload (and thus the `<noscript>` is not displayed).

Signed-off-by:
microlith57 <microlith57@gmail.com>

Diffstat:

Mindex.html6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -51,5 +51,11 @@ var RIVEN = new Riven(); graph() </script> + + <noscript> + <h2 style="color:white"> + This website requires Javascript. To view the content, please enable it in your browser settings. + </h2> + </noscript> </body> </html>