blob: bf1fd13c2acaadba86a91642975934d10deb5d35 [file] [log] [blame]
Sean McCullough71941bd2025-04-18 13:31:48 -07001<!doctype html>
Sean McCullough86b56862025-04-18 13:04:03 -07002<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 coding assistant</title>
Pokey Ruleb9ac8492025-04-24 12:09:40 +01007 <link rel="stylesheet" href="static/sketch-app-shell.css" />
Sean McCullough86b56862025-04-18 13:04:03 -07008 <script src="static/sketch-app-shell.js" async type="module"></script>
Philip Zeyligere08c7ff2025-06-06 13:22:12 -07009 <script src="static/interface-detection.js"></script>
Sean McCulloughbf66a2f2025-06-23 21:53:55 -070010 <link rel="stylesheet" href="static/tailwind.css" />
Sean McCullough86b56862025-04-18 13:04:03 -070011 </head>
12 <body>
13 <sketch-app-shell></sketch-app-shell>
14 </body>
15</html>