This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
unalike/async/match/score_template.html
2021-06-17 22:10:22 +02:00

13 lines
394 B
HTML

<tr>
<td class="rowspan score-place" rowspan="2">#[[ PLACE ]]</td>
<td class="rowspan score-name" rowspan="2">[[ NAME ]]</td>
<td class="rowspan score-accuracy" rowspan="2">
<span class="score-status">[[ STATUS ]]</span>
<span>[[ ACCURACY ]]%</span>
</td>
<td class="row-upper">[[ MODE ]] [[ MAXCOMBO ]]x</td>
</tr>
<tr>
<td class="row-lower">[[ STARS ]]★ [[ VERSION ]]</td>
</tr>