blob: 48fc100d468cb206676df1f14413003cb9f14d47 [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>
7 <link rel="stylesheet" href="sketch-app-shell.css" />
8 <script src="../sketch-app-shell.ts" type="module"></script>
Sean McCullough86b56862025-04-18 13:04:03 -07009 </head>
10 <body>
Sean McCullough86b56862025-04-18 13:04:03 -070011 <sketch-app-shell></sketch-app-shell>
Sean McCullough86b56862025-04-18 13:04:03 -070012 </body>
Sean McCullough71941bd2025-04-18 13:31:48 -070013</html>