diff options
| author | lucashemi <lucasxberger@gmail.com> | 2023-01-17 20:47:00 -0300 |
|---|---|---|
| committer | lucashemi <lucasxberger@gmail.com> | 2023-01-17 20:47:00 -0300 |
| commit | 3e9f7333f4aa0bc4818cbccc4fd3f322264e631b (patch) | |
| tree | 597ce7206d6e7133b9436782e3c60dddecbc284c /index.html | |
| parent | 602878b7dfa2af958d3a8684d189a51e34cc2963 (diff) | |
colors and modules
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
