correction de petites erreurs

This commit is contained in:
batche
2022-11-21 12:08:55 +01:00
parent b8d404ce13
commit 452acd5146

View File

@@ -25,7 +25,7 @@
<h1>Profil</h1>
<ul>
<li>username : {user.username}</li>
<li>stats : Win games {stats.winGame}
<li>stats : Win games {stats.winGame}
Lose games {stats.loseGame}
Draw games {stats.drawGame}
Total games {stats.totalGame}