aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqmod/sqmod_test/html/index.html
diff options
context:
space:
mode:
authorpzread <netfirewall@gmail.com>2013-07-12 02:10:18 +0800
committerpzread <netfirewall@gmail.com>2013-07-12 02:10:18 +0800
commit456b6867161c1f1295993c61b3726ff44a3c809e (patch)
treefc904f499a613cc9250e22716764c8ba3059f518 /src/sqmod/sqmod_test/html/index.html
parent0d25481f72f12eaf0ccfc3172829f0d138a1143c (diff)
downloadtaiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.gz
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.bz2
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.lz
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.xz
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.zst
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.zip
sqmod_test update. Better way to load css
Diffstat (limited to 'src/sqmod/sqmod_test/html/index.html')
-rw-r--r--src/sqmod/sqmod_test/html/index.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/sqmod/sqmod_test/html/index.html b/src/sqmod/sqmod_test/html/index.html
index 7e36bae..e677aeb 100644
--- a/src/sqmod/sqmod_test/html/index.html
+++ b/src/sqmod/sqmod_test/html/index.html
@@ -1,6 +1,18 @@
-<link href="/toj/sqmod/sqmod_test/css/index.css" rel="stylesheet">
-<div class="stage" exheight=true extop=47px>
+<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>