mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
26 lines
581 B
HTML
26 lines
581 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<script src="/ports.js"></script>
|
|
<script src="/main.js"></script>
|
|
<script src="/main_info.js"></script>
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>FreeSwitchOS Main Page</title>
|
|
</head>
|
|
|
|
<body>
|
|
<nav id="sidebar"></nav>
|
|
<div style="margin-left:16%;padding:1px 16px;height:1000px;">
|
|
<div id="ports"></div>
|
|
<h1>Switch Configuration</h1>
|
|
<table id="infoTable">
|
|
<tr>
|
|
<th colspan="2">Settings</th>
|
|
</tr>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<script src="/navigation.js"></script>
|
|
</body>
|
|
</html>
|