| Sean McCullough | 71941bd | 2025-04-18 13:31:48 -0700 | [diff] [blame] | 1 | <!doctype html> |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 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 coding assistant</title> |
| Pokey Rule | b9ac849 | 2025-04-24 12:09:40 +0100 | [diff] [blame] | 7 | <link rel="stylesheet" href="static/sketch-app-shell.css" /> |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 8 | <script src="static/sketch-app-shell.js" async type="module"></script> |
| Philip Zeyliger | e08c7ff | 2025-06-06 13:22:12 -0700 | [diff] [blame] | 9 | <script src="static/interface-detection.js"></script> |
| Sean McCullough | bf66a2f | 2025-06-23 21:53:55 -0700 | [diff] [blame] | 10 | <link rel="stylesheet" href="static/tailwind.css" /> |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 11 | </head> |
| 12 | <body> |
| 13 | <sketch-app-shell></sketch-app-shell> |
| 14 | </body> |
| 15 | </html> |