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
+2 -3
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 Port Statistics</title>
<link rel="stylesheet" href="style.css">
<title>FreeSwitchOS Port Statistics</title>
</head>
<body>
<nav id="sidebar"></nav>