Remove superfluous head tag and move final script tag into body

This commit is contained in:
logicog
2025-10-10 20:06:45 +02:00
parent 09ba7859b6
commit 1a0ad07367
4 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -14,6 +14,6 @@
Choose a firmware update file to upload: <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" />
</form>
<script src="/navigation.js"></script>
</body>
<script src="/navigation.js"></script>
</html>