summaryrefslogtreecommitdiff
path: root/web/welcome.php
blob: 6986f217f9c5ab9a9abb353e9e0fcb3f855d533e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>

    <head>
        <title>Welcome <?= $this->game->getHandler()->returnImportant('name') ?></title>
    </head>

    <body>

        <h1><?= $this->game->getHandler()->renderWelcome() ?>

        <div class="user-list">
            <p>User List</p>
            <ul>

            </ul>
        </div>

    </body>

</html>