forked from hycdes/GFTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrank.html
54 lines (51 loc) · 2.27 KB
/
rank.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>少女前线工具 by 命运の乐章</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/metisMenu/metisMenu.min.css" rel="stylesheet">
<link href="dist/css/sb-admin-2.css" rel="stylesheet">
<link href="vendor/morrisjs/morris.css" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<script>
function Language(typeCode) {
if (typeCode === 'Chinese') window.location.href = "index.html";
else if (typeCode === 'English') window.location.href = "index-EN.html";
else if (typeCode === 'Korean') window.location.href = "index-KO.html";
}
</script>
</head>
<body>
<script src="js/Reviews.js"></script>
<!-- Main Pages -->
<div class="col-lg-12">
<h5><a href="pages/index.html"><i class="fa fa-home fa-fw"></i> 返回少女前线工具站</a></h5>
<div class="col-lg-12">
<h1 class="page-header">人形评测</h1>
<h5>根据图鉴序号寻找,如果没有说明还没写!早期评测打分有一定偏差,表格部分人形评价为<span style="color:#FF0000">当前版本修正数据</span></h5>
</div>
<div class="col-lg-6">
<div class="panel panel-default">
<table class="table table-striped table-hover table-bordered">
<thead id="reviews_head"></thead>
<tbody id="reviews"></tbody>
</table>
</div>
</div>
</div>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="vendor/metisMenu/metisMenu.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="dist/js/sb-admin-2.js"></script>
<!-- Page-Level Demo Scripts - Notifications - Use for reference -->
</body>
</html>