diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-01-30 01:34:33 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-01-30 01:34:33 +0300 |
commit | aeef1b7778c52697ec26502c253c020d5b2803bd (patch) | |
tree | 5d54205e5b47ccde0e2ce3e712d0cd6079e8b2f1 /src/pages/popup/popup.html | |
parent | Merge branch 'master' of https://github.com/libredirect/LibRedirect (diff) | |
download | libredirect-aeef1b7778c52697ec26502c253c020d5b2803bd.zip |
Updating options.html design
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 900f6256..4c90b258 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -4,14 +4,11 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title></title> <link href="../stylesheets/styles.css" rel="stylesheet" /> + <link href="./style.css" rel="stylesheet" /> </head> -<body class="popup"> - - - +<body> <div class="some-block"> <h4>Youtube</h4> <input id="disable-invidious" type="checkbox" checked /> |