forked from ps249eph7/Nginx
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.4 KiB
58 lines
1.4 KiB
<html>
|
|
<head><link href="style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<div class="body">
|
|
<table>
|
|
<body background="favorite-1.jpg">
|
|
<caption>
|
|
<div class="font3">
|
|
<p>
|
|
<i>The Nginx Operation System OS
|
|
</i>
|
|
</p>
|
|
</div>
|
|
</caption>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">状态</th>
|
|
<th scope="col">服务器名称</th>
|
|
<th scope="col">距上一次响应时间</th>
|
|
<th scope="col">当前服务器状态</th>
|
|
<th scope="col">返回报文报头</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td scope="row"><svg width="50" height="50">
|
|
<rect width="100%" height="100%" fill="lightgreen" />
|
|
</svg>
|
|
</td>
|
|
<td align="center">北京</td>
|
|
<td align="center">70ms</td>
|
|
<td align="center">正常</td>
|
|
<td align="center">TCP</td>
|
|
</tr>
|
|
<tr>
|
|
<td scope="row"><svg width="50" height="50">
|
|
<rect width="100%" height="100%" fill="red" />
|
|
</svg></td>
|
|
<td align="center">上海</td>
|
|
<td align="center">1300ms</td>
|
|
<td align="center">受损</td>
|
|
<td align="center">TCP</td>
|
|
</tr>
|
|
<tr>
|
|
<td scope="row"><svg width="50" height="50">
|
|
<rect width="100%" height="100%" fill="tan" />
|
|
</svg></td>
|
|
<td align="center">长沙</td>
|
|
<td align="center">70ms</td>
|
|
<td align="center">繁忙</td>
|
|
<td align="center">TCP</td>
|
|
</tr>
|
|
</tbody>
|
|
|
|
</body>
|
|
</table>
|
|
</div>
|
|
</html> |