-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
56 lines (52 loc) · 2.26 KB
/
index.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
55
56
<!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>命运の乐章 工具站</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/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<script>
function jumpPage(command) {
if (command === 'gf') window.location.href = "pages/index.html";
else if (command === 'ak') window.location.href = "pages/AKT_index.html";
else if (command === 'pns') window.location.href = "pages/PNS_beta.html";
}
</script>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="login-panel panel panel-default" style="width:400px;text-align:center">
<div class="panel-heading">
<h3 class="panel-title" style="text-align:center">欢迎访问 命运の乐章 工具站</h3>
</div>
<div class="panel-body">
<h8> </h8>
<form role="form">
<table class="table table-bordered" style="width:350px">
<tbody>
<tr>
<td><img src="img/btn_GFT.jpg" style="cursor:pointer" onclick='jumpPage("gf")'>
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/metisMenu/metisMenu.min.js"></script>
<script src="dist/js/sb-admin-2.js"></script>
</body>
</html>