diff options
Diffstat (limited to 'app/view/templates/user.php')
-rw-r--r-- | app/view/templates/user.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/view/templates/user.php b/app/view/templates/user.php index f973fee..026a0de 100644 --- a/app/view/templates/user.php +++ b/app/view/templates/user.php @@ -10,6 +10,14 @@ <main class="user"> + +<div> +<h1>User : <?= $user->id() ?></h1> + +</div> + + + <table> <tr> <th>id</th><th>password</th><th>level</th><th>action</th> |