mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 08:28:32 +01:00
fist working version
This commit is contained in:
5
templates/playerLine.html
Normal file
5
templates/playerLine.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class=playerRank>{{ playerRank }}</div>
|
||||
<div class=playerName>{{ playerName }}</div>
|
||||
<div class=playerWinratio>{{ playerWinratio }}</div>
|
||||
<div class=playerRating>{{ playerRating }}</div>
|
||||
<div class=playerGames>{{ playerGames }} </div>
|
||||
Reference in New Issue
Block a user