aboutsummaryrefslogtreecommitdiff
path: root/templates/_footer.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_footer.tmpl')
-rw-r--r--templates/_footer.tmpl22
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