| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 1 | <html> |
| 2 | <head> |
| 3 | <title>sketch-app-shell demo</title> |
| 4 | <link rel="stylesheet" href="demo.css" /> |
| Sean McCullough | 71941bd | 2025-04-18 13:31:48 -0700 | [diff] [blame] | 5 | <script |
| 6 | src="/dist/web-components/sketch-app-shell.js" |
| 7 | type="module" |
| 8 | ></script> |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 9 | </head> |
| 10 | <body> |
| 11 | <h1>sketch-app-shell demo</h1> |
| 12 | |
| 13 | <sketch-app-shell></sketch-app-shell> |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 14 | </body> |
| Sean McCullough | 71941bd | 2025-04-18 13:31:48 -0700 | [diff] [blame] | 15 | </html> |