fix: correct HTML structure by moving </body> tag before <script> tag

This commit is contained in:
2025-10-05 23:07:08 -05:00
parent 0848a4545e
commit a255076e50

View File

@@ -637,7 +637,7 @@
</a>
</footer>
</div>
</body>
<script src="./assets/js/main.js" type="module"></script>
<head>
<meta charset="UTF-8" />