BackroomsSpreadsheet / dist /index.html
YoussefSharawy91's picture
Wizard: top-anchor card so it cannot vertically twitch during iframe settle
d3c8d5c verified
Raw
History Blame Contribute Delete
981 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SmolLM2 WebGPU + Spreadsheet</title>
<script type="module" crossorigin src="/assets/index-2vLQTH-5.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-bJktuHaV.css">
</head>
<body class="m-0 p-0">
<!-- flex container for 1/4 chat, 3/4 sheet -->
<div class="flex h-screen">
<!-- Chat UI mounts here, takes up 1/4 -->
<div id="chat-root" class="w-1/4 h-full overflow-auto"></div>
<!-- Univer sheet mounts here, takes up 3/4 -->
<div id="univer" class="w-3/4 h-full overflow-auto bg-white dark:bg-gray-900"></div>
</div>
<!-- your existing scripts -->
<script
id="MathJax-script"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
></script>
</body>
</html>