Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git] / applications / pass-extension / public / popup.html
blobe8fff00ec38ed58aac1e68e3f132893a367cc633
1 <!DOCTYPE html>
2 <html lang="en" dir="ltr">
3 <head>
4 <style>
5 :root {
6 --popup-width: 600px;
7 --popup-height: 430px;
10 html,
11 body {
12 width: var(--popup-width) !important;
13 height: var(--popup-height) !important;
15 </style>
16 <link rel="stylesheet" href="styles/popup.css" />
17 </head>
18 <body>
19 <div class="app-root"></div>
20 <script src="popup.js" defer="defer" charset="UTF-8"></script>
21 </body>
22 </html>