solid canvas prototpye

This commit is contained in:
metacryst
2025-12-29 06:03:50 -06:00
parent a21e651484
commit 39959246cd
6 changed files with 160 additions and 174 deletions

View File

@@ -7,7 +7,21 @@
<link rel="stylesheet" href="/_/code/shared.css"></script>
<script src="/_/code/quill.js"></script>
<script type="module" src="/75820185/index.js"></script>
<style>
:root {
--main: #6A2C1C;
--accent: #FEB279;
}
html, body {
margin: 0;
padding: 0;
overflow: hidden;
background: var(--main);
}
</style>
</head>
<body style="margin: 0px;">
</body>
</html>