{DESIGN} Added statistics page
This commit is contained in:
parent
8d22435b90
commit
f1220fc05a
1 changed files with 23 additions and 19 deletions
|
@ -3,6 +3,10 @@
|
||||||
Mes statistiques
|
Mes statistiques
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="grid gap-10 grid-cols-1 md:grid-cols-2">
|
||||||
|
<div>
|
||||||
<h2>Mon top 10</h2>
|
<h2>Mon top 10</h2>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -22,8 +26,8 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<div class="grid gap-10 grid-cols-1 md:grid-cols-2">
|
<div></div>
|
||||||
<div>
|
<div>
|
||||||
<h2>Genres</h2>
|
<h2>Genres</h2>
|
||||||
<canvas id="byGenres"></canvas>
|
<canvas id="byGenres"></canvas>
|
||||||
|
|
Loading…
Reference in a new issue