Ombashi

download

Sep 25th, 2020 (edited)
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <!DOCTYPE>
  2. <html>
  3.  
  4. <body>
  5.    
  6.     <a class = 'hub' onclick = 'hubwinow()'>Download</a>
  7.    
  8.     </body>
  9.    
  10.     <style>
  11.    
  12.         .hub {
  13.            
  14.             border: 2px solid black;
  15.             font-family: sans-serif;
  16.             border-radius: 25px;
  17.             padding: 16px 16px;
  18.             background-color: #FFFFFF;
  19.             color: #000000;
  20.             cursor: pointer;
  21.         }
  22.        
  23.         .hub:hover {
  24.            
  25.             background-color: #000000;
  26.             color: #FFFFFF;
  27.         }
  28.    
  29.     </style>
  30.    
  31.     <script>
  32.    
  33.     function hubwinow() {
  34.        
  35.         window.location.replace('https://www.google.com/?client=safari');
  36.     }
  37.    
  38.     </script>
  39.  
  40. </html>
Add Comment
Please, Sign In to add comment