lee0331/testplist
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Install Geoloqi</title>
<style type="text/css">
body {
background: url(bkg.png) repeat #c5ccd4;
font-family: Helvetica, arial, sans-serif;
}
.congrats {
font-size: 16pt;
padding: 6px;
text-align: center;
}
.step {
background: white;
border: 1px #ccc solid;
border-radius: 14px;
padding: 4px 10px;
margin: 10px 0;
}
.instructions {
font-size: 10pt;
}
.arrow {
font-size: 15pt;
}
table {
width: 100%;
}
</style>
</head>
<body>
<div class="congrats">点击下面图标下载 XXX-App</div>
<div class="step">
<table><tr>
<td class="instructions">安装IOS<br />XXX-App</td>
<td width="24" class="arrow">→</td>
<td width="72" class="imagelink">
<a href="proxy.php?url=https%3A%2F%2Fwww.github.com%2Fitms-services%3A%2F%2F%3Faction%3Ddownload-manifest%26amp%3Burl%3D%3Ca+href%3D"https://github.com/lee0331/testplist/blob/master/manifest.plist">https://github.com/lee0331/testplist/blob/master/manifest.plist">
<img src="proxy.php?url=https%3A%2F%2Fwww.github.com%2Ficon.png" height="72" width="72" />
</a>
</td>
</tr></table>
<table><tr>
<td class="instructions">安装Android<br />作业盒子XXX-App</td>
<td width="24" class="arrow">→</td>
<td width="72" class="imagelink">
<a href="proxy.php?url=https%3A%2F%2Fwww.github.com%2F%3Ca+href%3D"http://www.xxx.com/xxx.apk" rel="nofollow">http://www.xxx.com/xxx.apk">
<img src="proxy.php?url=https%3A%2F%2Fwww.github.com%2Ficon.png" height="72" width="72" />
</a>
</td>
</tr></table>
</div>
<script>
function isWeiXin(){
var ua = window.navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
return true;
}else{
return false;
}
}
if (isWeiXin()) {
alert("请用浏览器打开!");
}
</script>
</body>
</html>