web/templates/_footer.tmpl
2025-08-01 19:48:26 -03:00

22 lines
701 B
Cheetah

{{/* FOOTER START */}}
<div class="box">
<h1>About</h1>
<table class="info">
<tr>
<th>Client:</th>
<td>Tibia Client Version 7.7</td>
</tr>
<tr>
<th>Login Server:</th>
<td>localhost:7171</td>
</tr>
<tr>
<th>RSA Public Key:</th>
<td>142996239624163995200701773828988955507954033454661532174705160829347375827760388829672133862046006741453928458538592179906264509724520840657286865659265687630979195970404721891201847792002125535401292779123937207447574596692788513647179235335529307251350570728407373705564708871762033017096809910315212883967</td>
</tr>
</table>
</div>
</center>
</body>
</html>
{{/* FOOTER END */}}