mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
put the script tag in the head
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user