blob: ef335ed9ed5675b24383b46acc9a56ddb1d536fb [file] [log] [blame]
Sean McCullough86b56862025-04-18 13:04:03 -07001<html>
2 <head>
3 <title>sketch-app-shell demo</title>
4 <link rel="stylesheet" href="demo.css" />
Sean McCullough71941bd2025-04-18 13:31:48 -07005 <script
6 src="/dist/web-components/sketch-app-shell.js"
7 type="module"
8 ></script>
Sean McCullough86b56862025-04-18 13:04:03 -07009 </head>
10 <body>
11 <h1>sketch-app-shell demo</h1>
12
13 <sketch-app-shell></sketch-app-shell>
Sean McCullough86b56862025-04-18 13:04:03 -070014 </body>
Sean McCullough71941bd2025-04-18 13:31:48 -070015</html>