diff options
Diffstat (limited to 'browser/components/pocket/content/panels/home.html')
-rw-r--r-- | browser/components/pocket/content/panels/home.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/browser/components/pocket/content/panels/home.html b/browser/components/pocket/content/panels/home.html new file mode 100644 index 0000000000..c6edc95695 --- /dev/null +++ b/browser/components/pocket/content/panels/home.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta http-equiv="Content-Security-Policy" content="default-src chrome:; img-src https://img-getpocket.cdn.mozilla.net; object-src 'none'" /> + <base href="chrome://pocket/content/panels/"> + <link rel="localization" href="browser/branding/brandings.ftl" /> + <link rel="localization" href="browser/aboutPocket.ftl" /> + <title>Pocket: Home</title> + <link rel="stylesheet" href="css/main.compiled.css"> + </head> + <body class="pkt_ext_containerhome" aria-live="polite"> + <script src="js/vendor.bundle.js"></script> + <script src="js/main.bundle.js"></script> + <script src="js/home/entry.js"></script> + </body> +</html> |