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
+4 -5
View File
@@ -1,9 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<script src="/ports.js"></script> <script src="/ports.js"></script>
<script src="/main.js"></script> <script src="/main.js"></script>
<script src="/main_info.js"></script> <script src="/main_info.js"></script>
<head>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<title>FreeSwitchOS Main Page</title> <title>FreeSwitchOS Main Page</title>
</head> </head>
@@ -21,6 +20,6 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<script src="/navigation.js"></script>
</body> </body>
<script src="/navigation.js"></script>
</html> </html>
-1
View File
@@ -2,7 +2,6 @@
<html> <html>
<script src="/ports.js"></script> <script src="/ports.js"></script>
<script src="/main.js"></script> <script src="/main.js"></script>
<head>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<title>FreeSwitchOS Port Statistics</title> <title>FreeSwitchOS Port Statistics</title>
</head> </head>
+1 -1
View File
@@ -14,6 +14,6 @@
Choose a firmware update file to upload: <input name="uploadedfile" type="file" /><br /> Choose a firmware update file to upload: <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" /> <input type="submit" value="Upload File" />
</form> </form>
<script src="/navigation.js"></script>
</body> </body>
<script src="/navigation.js"></script>
</html> </html>
+1 -2
View File
@@ -2,7 +2,6 @@
<html> <html>
<script src="/ports.js"></script> <script src="/ports.js"></script>
<script src="/main.js"></script> <script src="/main.js"></script>
<head>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<title>FreeSwitchOS VLAN Configuration</title> <title>FreeSwitchOS VLAN Configuration</title>
</head> </head>
@@ -30,6 +29,6 @@
<script src="/vlan_sub.js"></script> <script src="/vlan_sub.js"></script>
</form> </form>
</div> </div>
</body>
<script src="/navigation.js"></script> <script src="/navigation.js"></script>
</body>
</html> </html>