diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-01 19:48:26 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-01 19:48:26 -0300 |
| commit | d84651a899a6104fce73d95b9c571627c55e5d16 (patch) | |
| tree | bbaf7f7646dec22dc9fdb0f136d5ba5534b1fddf /templates/_footer.tmpl | |
| download | web-d84651a899a6104fce73d95b9c571627c55e5d16.tar.gz web-d84651a899a6104fce73d95b9c571627c55e5d16.zip | |
bare bones website
Diffstat (limited to 'templates/_footer.tmpl')
| -rw-r--r-- | templates/_footer.tmpl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl new file mode 100644 index 0000000..21a47e3 --- /dev/null +++ b/templates/_footer.tmpl @@ -0,0 +1,22 @@ +{{/* 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 */}}
\ No newline at end of file |
