| 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" /> | ||||
| 5 | <script src="/dist/web-components/sketch-app-shell.js" type="module"></script> | ||||
| 6 | </head> | ||||
| 7 | <body> | ||||
| 8 | <h1>sketch-app-shell demo</h1> | ||||
| 9 | |||||
| 10 | <sketch-app-shell></sketch-app-shell> | ||||
| 11 | |||||
| 12 | </body> | ||||
| 13 | </html> | ||||