blob: a610b5d05db39e0bcd5855df7f6952a5f5bb8f94 [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
6 name="viewport"
7 content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no"
8 />
9 <title>sketch mobile</title>
10 <link rel="stylesheet" href="static/mobile-app-shell.css" />
11 <script src="static/mobile-app-shell.js" async type="module"></script>
12 <script src="static/interface-detection.js"></script>
13 </head>
14 <body>
15 <mobile-shell></mobile-shell>
16 </body>
17</html>