You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
34
mobile/orange/index.html
Executable file
34
mobile/orange/index.html
Executable file
@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<title>orange</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/global.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/orange.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="bg">
|
||||
<img src="img/or_bg.gif" />
|
||||
<div class="ios">
|
||||
<img src="img/ios.png" />
|
||||
<p>ios下载</p>
|
||||
</div>
|
||||
<div class="an">
|
||||
<img src="img/an.png" />
|
||||
<p>Android下载</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/jquery-3.2.1.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript">
|
||||
$('.ios').click(function(){
|
||||
location.href ='https://itunes.apple.com/cn/app/%E5%90%88%E6%BA%90%E6%83%A0%E5%95%86%E5%9F%8E/id1355322179';
|
||||
})
|
||||
$('.an').click(function(){
|
||||
location.href ='http://android.myapp.com/myapp/detail.htm?apkName=heyuanhui.shop';
|
||||
})
|
||||
</script>
|
||||
</html>
|
Reference in New Issue
Block a user