14 lines
445 B
PHP
14 lines
445 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 set the
|
||
|
classes in the admin panel, you can assign yourself one.<?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>
|