From 9bd687525ed4e4d943141f4ac688291c3af9317e Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Wed, 18 Jun 2014 21:17:14 +0200 Subject: [PATCH] c --- view/stats.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/view/stats.php b/view/stats.php index 4e48154..fb9b007 100644 --- a/view/stats.php +++ b/view/stats.php @@ -3,5 +3,17 @@ <div class="page-header"> <h1>Statistiques</h1> </div> - <p class="lead">Page en construction !</p> - </div> \ No newline at end of file + <table class="table"> + <thead> + + <th>t1</th> + <th>t2</th> + </thead> + <tbody> + <tr> + <td>l1</td> + <td>l2</td> + </tr> + </tbody> + </table> + </div> \ No newline at end of file -- GitLab