diff options
Diffstat (limited to 'pages/popup/popup.html')
-rw-r--r-- | pages/popup/popup.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pages/popup/popup.html b/pages/popup/popup.html index 40cf3e7f..2f05f87f 100644 --- a/pages/popup/popup.html +++ b/pages/popup/popup.html @@ -8,7 +8,7 @@ <link href="../styles.css" rel="stylesheet"> </head> -<body> +<body class="popup"> <header> <div class="logo-container"> <img src="../../images/logo.png" alt="Privacy Redirect logo"> @@ -90,6 +90,13 @@ </datalist> </section> + <footer> + <a class="button" id="more-options"> + <span>More Options </span> + <img height="18px" src="open.svg" alt="more-options" /> + </a> + </footer> + <script src="./popup.js"></script> </body> |