blob: 6a9f1c347da46058f81551d0bfcea3aab97a4baa [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>