-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 2.04 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 2.04 KB
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
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>PKU Runner 意见反馈</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<link rel="icon" href="pic/pic.ico" type="image/x-ico" />
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>PKU Runner 反馈页面</h1>
<p>
Android 平台 <a href="https://pkunewyouth.pku.edu.cn/public/apks/pkurunner-latest.apk">点击下载最新版本</a>
</p>
<p>
iOS 平台 <a href="https://itunes.apple.com/cn/app/pkurunner/id1185284853?mt=8">下载链接</a>
</p>
<p style="font-size:medium">
由于我们不再查看此页面,请添加微信号 <b>coffeegirl235</b> 拉您进入反馈群,添加时需备注“Runner反馈群”。
</p>
<p>
</header>
<!--<section>
<div id="lv-container" data-id="city" data-uid="MTAyMC8zNDQ0MC8xMDk3Nw==">
<script type="text/javascript">
(function(d, s) {
var j, e = d.getElementsByTagName(s)[0];
if (typeof LivereTower === 'function') { return; }
j = d.createElement(s);
j.src = 'https://cdn-city.livere.com/js/embed.dist.js';
j.async = true;
e.parentNode.insertBefore(j, e);
})(document, 'script');
</script>
<noscript>为正常使用来必力评论功能请激活 JavaScript </noscript>
</div>
</section>-->
<footer>
<p>
<img src="pic/pkurunner-icon.png" width="100px" height="100px" />
</p>
<p>
PKU Runner团队
</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>