Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head><META CHARSET='UTF-8'><title>My webpage</title>
  4. </head>
  5. <body onload="redirectUser();">
  6. <script>
  7. function redirectUser() {
  8. window.location = "https://www.google.com";
  9. }
  10. </script>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement