Advertisement
enyo

Redirect HTML

Apr 29th, 2013
56,634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.40 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.  
  3. <meta charset="UTF-8">
  4. <meta http-equiv="refresh" content="1; url=http://example.com">
  5.  
  6. <script>
  7.   window.location.href = "http://example.com"
  8. </script>
  9.  
  10. <title>Page Redirection</title>
  11.  
  12. <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
  13. If you are not redirected automatically, follow the <a href='http://example.com'>link to example</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement