solid canvas prototpye
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user