mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
17 lines
606 B
HTML
17 lines
606 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>FreeSwitchOS Main Page</title>
|
|
</head>
|
|
<body>
|
|
<div id="ports"> <img id="port1" width="40" height="40" src="port.svg"/> <img id="port2" width="40" height="40" src="port.svg"/>
|
|
<img id="port3" width="40" height="40" src="port.svg"/> <img id="port4" width="40" height="40" src="port.svg"/> <img id="sfp1" width="60" height="60" src="sfp.svg"/>
|
|
<img id="sfp2" width="60" height="60" src="sfp.svg"/> </div>
|
|
<h1>Switch Configuration</h1>
|
|
<table>
|
|
<tr> <th>Setting</th> <th></th> </tr>
|
|
#{html_index}
|
|
</table>
|
|
</body>
|
|
</html>
|