Release 0.9.0

This commit is contained in:
2025-11-21 07:26:02 +01:00
committed by ecv
commit 472f0812e7
240 changed files with 20033 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<header>
<div>
<span>Telnet Log</span>
</div>
</header>
<aside>
{{ options_toggle }}
</aside>
<main>
<table>
<caption>
<span class="log_line">standard message</span>
<span class="game_chat">player chat</span>
<span class="player_logged">login / logout</span>
<span class="bot_command">bot command</span>
</caption>
<thead>
{{ table_header }}
</thead>
<tbody>
<tr>{{ log_lines }}</tr>
</tbody>
<tfoot>
{{ table_footer }}
</tfoot>
</table>
</main>