put the script tag in the head

This commit is contained in:
Karma Riuk
2025-05-07 13:27:52 +02:00
parent c5845330a9
commit a4f305deb9

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dataset Downloader & Answer Uploader</title>
<link rel="stylesheet" href="css/style.css">
<script defer src="js/index.js"></script>
</head>
<body>
@ -41,7 +42,6 @@
<div id="status" style="color: green;"></div>
<script src="js/index.js"></script>
</body>
</html>