34 lines
745 B
HTML
34 lines
745 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="icon" href="data:,">
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
<title>Centralex State</title>
|
|
<!--INSERT HEAD CONTENT HERE-->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="header">
|
|
<p id="free_ports" />
|
|
<p id="last_change" />
|
|
</div>
|
|
<div id="connected_box">
|
|
<div id="connected" class="hidden"><!--INSERT SVG HERE--></div>
|
|
<p id="last_ping" />
|
|
</div>
|
|
|
|
<table id="table">
|
|
<tr>
|
|
<th>Nummer</th>
|
|
<th>Port</th>
|
|
<th>Zustand</th>
|
|
<th>Name</th>
|
|
<th>Meldung</th>
|
|
<th>Letzte Änderung</th>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
|
|
</html> |