diff options
Diffstat (limited to 'popup/popup.html')
-rw-r--r-- | popup/popup.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html index 7fdf257..f27e98d 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -1,9 +1,11 @@ <!DOCTYPE html> <html> + <head> <meta charset="UTF-8"> <link rel="stylesheet" href="popup.css"> </head> + <body> <div class="container"> <div id="extension-header"> @@ -16,6 +18,8 @@ Enable Transparency (no effect yet) </label> </form> + <button id="refetch-css">Refetch CSS</button> + <button id="restart-background">Restart Background Script (optional)</button> <div id="extension-description"> <p>Transparent Zen is a Zen Browser extension that makes supported websites transparent.</p> <p>Transparent Zen is open source and everyone can contribute their custom styles to support more websites.</p> @@ -25,4 +29,5 @@ </div> <script src="popup.js"></script> </body> + </html>
\ No newline at end of file |