We can simply redirect from a page if javascript is disabled

Here is the code to do so

<noscript>
<meta http-equiv="refresh" content="0; url=js-not-supported.html"> 
</noscript>

Leave a Reply

Your email address will not be published. Required fields are marked *