diff options
| author | Fbenas <philbeansburton@gmail.com> | 2017-03-21 23:29:59 +0000 | 
|---|---|---|
| committer | Fbenas <philbeansburton@gmail.com> | 2017-03-21 23:29:59 +0000 | 
| commit | 79bc514b2dc91f997ed662427ffb0e0cb6c7a735 (patch) | |
| tree | d0dae2659b0f9416deec6531fcdc425a3f8c9991 /web/welcome.php | |
| parent | a74eee77954b4e874f032fdad735b283e0778902 (diff) | |
Diffstat (limited to 'web/welcome.php')
| -rw-r--r-- | web/welcome.php | 21 | 
1 files changed, 19 insertions, 2 deletions
diff --git a/web/welcome.php b/web/welcome.php index 568ecf2..6986f21 100644 --- a/web/welcome.php +++ b/web/welcome.php @@ -1,3 +1,20 @@ -<?php +<html> -echo $this->game->getHandler()->renderWelcome(); +    <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>  | 
