Created
March 22, 2017 23:40
-
-
Save erlangparasu/dfd19f80cd715f7db8f8f376e9cf8d9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| 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