aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqmod/sqmod_test/html/index.html
blob: e677aeb6b83f443e6aaf960f00db8fbc2791fd38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

<table class="table span4 jurank">
    <thead>
        <tr>
            <th>#</th>
            <th>Player</th>
            <th>Song</th>
            <th>Score</th>
            <th>Max Combo</th>
        </tr>
    </thead>
    <tbody></tbody>
</table>

<div class="stage" exheight=true extop=55px>
    <div class="box">
        <canvas class="stage bottom"></canvas>
        <canvas class="stage main"></canvas>
        <canvas class="stage top"></canvas>
        <span class="fps"></span>
    </div>
</div>