diff --git a/view/stats.php b/view/stats.php
index 4e48154c21852c83d26cb862d696370a43bc2cb7..fb9b0074fa088269497d93347a9789f49cb5d095 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