Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE>
- <html>
- <body>
- <a class = 'hub' onclick = 'hubwinow()'>Download</a>
- </body>
- <style>
- .hub {
- border: 2px solid black;
- font-family: sans-serif;
- border-radius: 25px;
- padding: 16px 16px;
- background-color: #FFFFFF;
- color: #000000;
- cursor: pointer;
- }
- .hub:hover {
- background-color: #000000;
- color: #FFFFFF;
- }
- </style>
- <script>
- function hubwinow() {
- window.location.replace('https://www.google.com/?client=safari');
- }
- </script>
- </html>
Add Comment
Please, Sign In to add comment