Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Index</title>
- <script>
- window.onload = function(){
- location.href = document.getElementById("puff");
- }
- </script>
- </head>
- <body>
- <a href="https://www.google.pt" id="puff">asd</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment