Move .js file to js folder

This commit is contained in:
2026-03-16 13:47:06 -05:00
parent 35a7503e3e
commit 9a29f33890
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -49,6 +49,6 @@
</section> </section>
</section> </section>
</main> </main>
<script type="module" src="script.js"></script> <script type="module" src="js/script.js"></script>
</body> </body>
</html> </html>
View File