Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save erlangparasu/dfd19f80cd715f7db8f8f376e9cf8d9f to your computer and use it in GitHub Desktop.

Select an option

Save erlangparasu/dfd19f80cd715f7db8f8f376e9cf8d9f to your computer and use it in GitHub Desktop.
<!--
How to detect if JavaScript is disabled?
https://stackoverflow.com/questions/121203/how-to-detect-if-javascript-is-disabled/15027965#15027965
(Umesh Patil)
-->
<!DOCTYPE html>
<html lang="en">
<head>
<noscript>
<meta http-equiv="refresh" content="0; /?javascript=false">
</noscript>
<meta charset="UTF-8"/>
<title></title>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment