diff options
Diffstat (limited to 'popup/popup.html')
-rw-r--r-- | popup/popup.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html new file mode 100644 index 0000000..7fdf257 --- /dev/null +++ b/popup/popup.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8"> + <link rel="stylesheet" href="popup.css"> +</head> +<body> + <div class="container"> + <div id="extension-header"> + <h1 class="headline">Transparent Zen</h1> + </div> + <div id="extension-body"> + <form id="extension-settings"> + <label class="setting"> + <input type="checkbox" name="enable-transparency"> + Enable Transparency (no effect yet) + </label> + </form> + <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> + <a href="https://github.com/frostybiscuit/transparent-zen">GitHub Repository</a> + </div> + </div> + </div> + <script src="popup.js"></script> +</body> +</html>
\ No newline at end of file |