mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Remove superfluous head tag and move final script tag into body
This commit is contained in:
+4
-5
@@ -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>
|
||||||
|
|||||||
@@ -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
@@ -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
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user