diff options
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 /> |