Advertisement
Guest User

Untitled

a guest
May 30th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <head>
  2. <noscript>
  3. <meta http-equiv="refresh" content="0; url=http://example.com/without-js" />
  4. </noscript>
  5.  
  6. <script>
  7. location.replace('http://example.com/with-js');
  8. </script>
  9. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement