Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / pdf-ui / index.html
blobfbf2d1771ae2e7cf3536234530f1240fcb3f1f15
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>Vite + TS</title>
7 </head>
8 <body>
9 <div style="height: 50px" class="app-bar">
10 <div>Recovery kit template editor</div>
11 <button onclick="saveTemplate()">Copy template</button>
12 </div>
13 <div id="container" style="height: calc(100vh - 50px)"></div>
14 <script type="module" src="/src/main.ts"></script>
15 </body>
16 </html>