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 -2
View File
@@ -3,7 +3,6 @@
<script src="/ports.js"></script>
<script src="/main.js"></script>
<script src="/main_info.js"></script>
<head>
<link rel="stylesheet" href="style.css">
<title>FreeSwitchOS Main Page</title>
</head>
@@ -21,6 +20,6 @@
</tbody>
</table>
</div>
</body>
<script src="/navigation.js"></script>
</body>
</html>
-1
View File
@@ -2,7 +2,6 @@
<html>
<script src="/ports.js"></script>
<script src="/main.js"></script>
<head>
<link rel="stylesheet" href="style.css">
<title>FreeSwitchOS Port Statistics</title>
</head>
+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>
</body>
<script src="/navigation.js"></script>
</body>
</html>
+1 -2
View File
@@ -2,7 +2,6 @@
<html>
<script src="/ports.js"></script>
<script src="/main.js"></script>
<head>
<link rel="stylesheet" href="style.css">
<title>FreeSwitchOS VLAN Configuration</title>
</head>
@@ -30,6 +29,6 @@
<script src="/vlan_sub.js"></script>
</form>
</div>
</body>
<script src="/navigation.js"></script>
</body>
</html>