You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

popup.html 551B

1234567891011121314151617181920
  1. <html>
  2. <head>
  3. <title>AlwaysKillSticky</title>
  4. <link rel='stylesheet' type='text/css' href='popup.css' />
  5. <link rel='stylesheet' type='text/css' href='fonts.css' />
  6. </head>
  7. <body>
  8. <div class='main-button-container'>
  9. <button type='button' class='main-button'></button>
  10. </div>
  11. <div class='misc'>
  12. <button type='button' class='reload-button'></button>
  13. </div>
  14. <div class='aux-button-container'>
  15. <button type='button' class='options-button'></button>
  16. </div>
  17. </body>
  18. <script src="functions.js"></script>
  19. <script src="popup.js"></script>
  20. </html>