| <html> | |
| <head> | |
| <title>sketch-app-shell demo</title> | |
| <link rel="stylesheet" href="demo.css" /> | |
| <script | |
| src="/dist/web-components/sketch-app-shell.js" | |
| type="module" | |
| ></script> | |
| </head> | |
| <body> | |
| <h1>sketch-app-shell demo</h1> | |
| <sketch-app-shell></sketch-app-shell> | |
| </body> | |
| </html> |