| 123456789101112131415161718192021222324 |
- <html>
- <head>
- <title>AlwaysKillSticky</title>
- <link rel='stylesheet' type='text/css' href='popup.css' />
- <link rel='stylesheet' type='text/css' href='fonts.css' />
- </head>
- <body>
- <div class='info-header'>
- AlwaysKillSticky <span class='version'>0.0</span>
- </div>
- <div class='main-button-container'>
- <button type='button' class='main-button'></button>
- </div>
- <div class='misc'>
- <span class='mode-display'></span>
- <button type='button' class='reload-button'></button>
- </div>
- <div class='aux-button-container'>
- <button type='button' class='options-button'></button>
- </div>
- </body>
- <script src="functions.js"></script>
- <script src="popup.js"></script>
- </html>
|