-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
40 lines (40 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<title>正妹牆</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/swipebox.css">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/jquery.swipebox.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script src="js/jquery.lazyloadxt.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="js/get.data.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header" data-theme="b">
<h2>正妹牆</h2>
</div>
<div id="main-content" data-role="content">
<h2 id="fans-page-name">表特大學</h2>
<div data-role="navbar">
<ul>
<li><a id="go-school-btn" href="#" data-role="button" data-theme="b">表特輔大</a></li>
<li><a id="highchart-btn" href="#" data-role="button" data-theme="b">資料統計</a></li>
</ul>
</div>
<p></p>
<div id="img-contents"></div>
<div id="chart-container"></div>
</div>
<div data-role="footer" data-position="fixed">
<h2><a id="go-top" href="#top">回頂端</a></h2>
</div>
</div>
</body>
</html>