main components

This commit is contained in:
grimhilt
2023-02-22 18:38:10 +01:00
parent 10843f4aaa
commit 75dd9afdaf
15 changed files with 23847 additions and 4184 deletions

View File

@@ -14,4 +14,18 @@
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<style>
:root {
font-size: 10px;
}
body {
position: fixed;
height: 100%;
width: 100%;
margin: 0;
display: block;
font-family: Inter,Twemoji,Apple Color Emoji,Segoe UI Emoji,Arial,Helvetica,sans-serif,STIXGeneral,Noto Color Emoji;
font-size: 1.5rem;
}
</style>
</html>