feat: splitted js in different modules

This commit is contained in:
2026-07-13 13:49:19 +02:00
parent 692cd2b481
commit a04d70755b
13 changed files with 1290 additions and 1207 deletions
+5 -1
View File
@@ -55,6 +55,10 @@
</label>
</div>
<div class="flex flex-wrap items-end gap-4">
<label class="flex flex-col gap-1">
<span class="text-sm">Color del texto</span>
<input id="page-text-color" type="color" value="#000000">
</label>
<label class="flex flex-col gap-1">
<span class="text-sm">Color de fondo</span>
<input id="page-bg-color" type="color" value="#ffffff">
@@ -147,6 +151,6 @@
</ul>
</main>
</body>
<script src="js/dnd.js"></script>
<script type="module" src="js/main.js"></script>
</html>