| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>sketch coding assistant</title> | |
| <link rel="stylesheet" href="static/sketch-app-shell.css" /> | |
| <script src="static/sketch-app-shell.js" async type="module"></script> | |
| <script src="static/interface-detection.js"></script> | |
| </head> | |
| <body> | |
| <sketch-app-shell></sketch-app-shell> | |
| </body> | |
| </html> |