blob: 8d1a30ceda7dc5950eecdfc8a9982d2ebae9a51f [file] [log] [blame]
<!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>
<!-- We only need basic body styling; all component styles are encapsulated -->
<style>
html,
body {
height: 100%;
overflow-y: auto;
}
body {
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
sans-serif;
margin: 0;
padding: 0;
color: #333;
line-height: 1.4;
overflow-x: hidden; /* Prevent horizontal scrolling */
display: flex;
flex-direction: column;
}
</style>
<script src="static/sketch-app-shell.js" async type="module"></script>
</head>
<body>
<sketch-app-shell></sketch-app-shell>
</body>
</html>