blob: 08ec14d130de1f263f77c2d34ea378e28b8f3f2f [file] [log] [blame]
Philip Zeyligere08c7ff2025-06-06 13:22:12 -07001<!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>sketch mobile</title>
7 <style>
8 html,
9 body {
10 height: 100%;
11 margin: 0;
12 padding: 0;
13 font-family:
14 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
15 background-color: #ffffff;
16 }
17 body {
18 display: flex;
19 overflow: hidden;
20 }
21 </style>
22 <script type="module" src="./web-components/mobile-app-shell.ts"></script>
23 </head>
24 <body>
25 <mobile-shell></mobile-shell>
26 </body>
27</html>