This commit is contained in:
poiuty 2023-06-14 23:31:24 +03:00
parent a96347833a
commit 7716821078
6 changed files with 397 additions and 2 deletions

36
list.html Normal file
View file

@ -0,0 +1,36 @@
<div class="content_info">
<div class="online">
<table class="table_online">
<tbody>
<tr>
<td>Online more</td>
<td>10</td>
<td>25</td>
<td>50</td>
<td>100</td>
</tr>
<tr>
<td>Rooms</td>
<td>3088</td>
<td>1422</td>
<td>774</td>
<td>426</td>
</tr>
<tr>
<td>Total rooms</td>
<td colspan="4">9800</td>
</tr>
<tr>
<td>Total online</td>
<td colspan="4">320873</td>
</tr>
</tbody>
</table>
</div>
<div class="content_activity">
<figure class="highcharts-figure">
<div id="container-activity" class="chart-container"></div>
</figure>
</div>
</div>