diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-07-25 15:17:57 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-07-25 15:17:57 +0300 |
commit | c6de68c4c4bda3edcf6cf012bd98adea3baf866b (patch) | |
tree | 419e5cb8cdfe04fd734c5590e78888fa16e58e51 /src/pages/popup/index.html | |
parent | Made Select Frontend searchable and with icons (diff) | |
download | libredirect-c6de68c4c4bda3edcf6cf012bd98adea3baf866b.zip |
Migrating popup to svelte
Diffstat (limited to 'src/pages/popup/index.html')
-rw-r--r-- | src/pages/popup/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/pages/popup/index.html b/src/pages/popup/index.html new file mode 100644 index 00000000..5c589bf7 --- /dev/null +++ b/src/pages/popup/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset='utf-8'> + <meta name='viewport' content='width=device-width,initial-scale=1'> + <link rel="icon" type="image/x-icon" href="../../../assets/images/libredirect.svg"> + <title>Settings</title> + <link rel='stylesheet' href='build/bundle.css'> + <link rel='stylesheet' href='../stylesheets/styles.css'> + <script defer src='build/bundle.js'></script> +</head> + +<body> +</body> + +</html> \ No newline at end of file |