This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathwap.php
46 lines (41 loc) · 1.65 KB
/
wap.php
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>交大校车</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" type="image/x-icon" href="images/bus_icon.png">
<link rel="apple-touch-icon" href="images/bus_icon.png">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="JerryZou">
<meta name="keywords" content="上海交大,校园巴士,校车,教工班车,时刻表,上海交通大学,JerryZou,邹润阳">
<meta name="description" content="上海交通大学校园巴士时刻表 by Jerry Zou,你可以在这里查看详细的校园巴士到站时间。">
<link href="styles/main.wap.less" rel="stylesheet"/>
</head>
<body>
<div id="container"></div>
<div id="spinner"></div>
<div id="footer-btn-group">
<a class="link" href="/">返回上页</a>
<a id="geo-btn">定位最近车站</a>
</div>
<!-- script -->
<script src="//api.map.baidu.com/api?v=2.0&ak=kSmEaa2spbYKGxtao1FdpVGq&services=true"></script>
<script src="js/utility.js"></script>
<script src="library/zepto.min.js"></script>
<script src="library/spin.js"></script>
<script src="js/main.wap.js"></script>
<!-- baidu site center -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?f4dc438d8e60d1de1b6d1a9f197ddfdc";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>