blob: 18c5d2de1c36586fc8fc2c0eeb2ea031ea538db8 [file] [log] [blame]
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01001<!doctype html>
2<html lang="en">
Sean McCullough86b56862025-04-18 13:04:03 -07003 <head>
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01004 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>sketch coding assistant</title>
Pokey Rule26daff72025-04-24 14:25:55 +01007 <link rel="stylesheet" href="/src/sketch-app-shell.css" />
Pokey Rule8cac59a2025-04-24 12:21:19 +01008 <script type="module">
9 const { worker } = await import("./mocks/browser");
10 await worker.start();
11 await import("../sketch-app-shell.ts");
12 </script>
Sean McCullough86b56862025-04-18 13:04:03 -070013 </head>
14 <body>
Sean McCullough86b56862025-04-18 13:04:03 -070015 <sketch-app-shell></sketch-app-shell>
Sean McCullough86b56862025-04-18 13:04:03 -070016 </body>
Sean McCullough71941bd2025-04-18 13:31:48 -070017</html>