15 lines
497 B
PHP
15 lines
497 B
PHP
<p class="mb-1">
|
|
Congratulations, <?= $name ?>! Your installation is complete. Dragon Knight is ready to go.
|
|
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; ?>
|
|
</p>
|
|
|
|
<p class="mb-1">
|
|
<a href="/">Click here to log in.</a>
|
|
</p>
|
|
|
|
<p>
|
|
We'd love if you were to join the Sharkk community and let us know what you think!
|
|
@TODO
|
|
</p>
|