Guest User

Untitled

a guest
Jul 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="refresh" content="1;url=http://example.com">
  6. <script type="text/javascript">
  7. window.location.href = "http://example.com"
  8. </script>
  9. <title>Page Redirection</title>
  10. </head>
  11. <body>
  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>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment