summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorlucashemi <lucasxberger@gmail.com>2023-01-17 20:47:00 -0300
committerlucashemi <lucasxberger@gmail.com>2023-01-17 20:47:00 -0300
commit3e9f7333f4aa0bc4818cbccc4fd3f322264e631b (patch)
tree597ce7206d6e7133b9436782e3c60dddecbc284c /index.html
parent602878b7dfa2af958d3a8684d189a51e34cc2963 (diff)
colors and modules
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/index.html b/index.html
index 4c55140..55a1da5 100644
--- a/index.html
+++ b/index.html
@@ -20,9 +20,6 @@
</ul>
</div>
</main>
- <script src='app/edit.js'></script>
- <script src='app/delete.js'></script>
- <script src='app/check.js'></script>
- <script src='app/list.js'></script>
+ <script src='app/list.js' type="module"></script>
</body>
</html> \ No newline at end of file