Sha256: 40048c51fd5a271c316f3d8e1374602fe3cfc687a1cf05d0d41de8b141963608
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script src="./js/jquery.min.js"></script> <script src="./js/jquery-ui-1.8.16.custom.min.js"></script> <script src="./js/jquery.tmpl.min.js"></script> <script src="./js/jquery.dataTables.nightly.min.js"></script> <script src="./js/vrowser.js"></script> <link rel="StyleSheet" href="./css/main.css" /> <link rel="StyleSheet" href="./css/demo_page.css" /> <link rel="StyleSheet" href="./css/demo_table.css" /> <link rel="StyleSheet" href="./css/demo_table_jui.css" /> </head> <body> <section> <h1 id="subject">Vrowser <a href="https://github.com/kimoto/vrowser/">(source)</a></h1> <table id="servers" class="display"> <thead> <tr> <th>サーバー名</th> <th>ホスト</th> <th>Ping</th> <th>人数</th> <th>タイプ</th> <th>マップ</th> <th>プレイヤー</th> </tr> </thead> <tbody> <script id="myTemplate" type="text/x-jquery-tmpl"> <tr> <td>${name}</td> <td>${host}</td> <td>${ping}</td> <td>${num_players}</td> <td>${type}</td> <td>${map}</td> <td>${players}</td> </tr> </script> </tbody> </table> </section> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vrowser-0.1.2 | ./public_html/index.html |