sync - 0.4.5 #34

Merged
philipp merged 23 commits from dev into main 2021-04-01 16:46:07 +00:00
Showing only changes of commit 2e7a718daa - Show all commits

View File

@ -11,7 +11,7 @@
<body class="dark:bg-gray-900 text-black dark:text-white p-0"> <body class="dark:bg-gray-900 text-black dark:text-white p-0">
<div id="app"></div> <div id="app"></div>
<script src="/env.js"></script> <script src="/env.js"></script>
<script type="module" src="/src/main.js"></script> <script defer type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>