modularize the frontend

This commit is contained in:
mellodoot 2023-10-02 12:37:22 +01:00
parent 755e06d1c3
commit fb78781908
5 changed files with 378 additions and 351 deletions

View file

@ -20,7 +20,7 @@
<link rel="stylesheet" href="/styles/main.css">
<link rel="icon" type="image/png" href="/favicon.png">
<script src="/scripts/main.js"></script>
<script src="/scripts/main.js" type="module"></script>
</head>
<body>