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.

1234567891011121314151617
  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 id='main-button-container'>
  9. <button type='button'></button>
  10. </div>
  11. <div id='aux-button-container'>
  12. <button type='button' class='options-button'></button>
  13. </div>
  14. </body>
  15. <script src="functions.js"></script>
  16. <script src="popup.js"></script>
  17. </html>