Dragon-Knight/server/templates/install/done.php

15 lines
507 B
PHP
Raw Normal View History

2024-07-02 09:34:38 -05:00
<p class="mb-1">
Congratulations, <?= $name ?>! Your installation is complete. Dragon Knight is ready to go.
2024-07-02 10:04:20 -05:00
All that's left is to log in and start playing. <?php if (!$complete): ?>Once you've logged in,
you can create some classes and assign your character one. By default you are a useless Adventurer.
😜<?php endif; ?>
2024-07-02 09:34:38 -05:00
</p>
<p class="mb-1">
2024-07-13 23:15:25 -05:00
<a href="/gate/login">Click here to log in.</a>
2024-07-02 09:34:38 -05:00
</p>
<p>
We'd love if you were to join the Sharkk community and let us know what you think!
@TODO
</p>