Files
chrani-bot-tng/bot/modules/telnet/templates/telnet_log_widget/view_test.html

23 lines
388 B
HTML
Raw Normal View History

2025-11-21 07:26:02 +01:00
<header>
<div>
<span>Telnet Log</span>
</div>
</header>
<aside>
{{ options_toggle }}
</aside>
<main>
<table>
<thead>
<tr>
<th colspan="2">Test View</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2"><span>Test</span></td>
</tr>
</tbody>
</table>
</main>