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
+3 -4
View File
@@ -2,9 +2,8 @@
<html>
<script src="/ports.js"></script>
<script src="/main.js"></script>
<head>
<link rel="stylesheet" href="style.css">
<title>FreeSwitchOS VLAN Configuration</title>
<link rel="stylesheet" href="style.css">
<title>FreeSwitchOS VLAN Configuration</title>
</head>
<body>
<nav id="sidebar"></nav>
@@ -30,6 +29,6 @@
<script src="/vlan_sub.js"></script>
</form>
</div>
<script src="/navigation.js"></script>
</body>
<script src="/navigation.js"></script>
</html>