-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (46 loc) · 1.74 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
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>ChinaZ</title>
<link href="css/style.css" rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="App Loction Form,Login Forms,Sign up Forms,Registration Forms,News latter Forms,Elements"./>
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
</script>
<!--webfonts-->
<link href='http://fonts.useso.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!--//webfonts-->
</head>
<body>
<h1>App 下载</h1>
<div class="app-location">
<div class="line"><span></span></div>
<div class="location"><img src="images/location.png" class="img-responsive" alt="" /></div>
<form>
<div class="submit">
<a class="aaa" style=" align-items: center;
width: 150px;
height: 50px;
display: block;
justify-content: center;
text-align: center;
margin: 0 auto;
background: #0be093;
border-radius: 15px;
display: flex;
color: white;"
href="itms-services://?action=download-manifest&url=https://mom-oss-view.cosmoplat.net/menu/ios-app/platform-app.plist"
>下载医疗MES</a
>
<!-- <input type="submit" onclick="myFunction()" value="下载" ></div> -->
<div class="clear"></div>
<div class="new">
<h3><a href="#">下载失败 ?</a></h3>
<h4><a href="#">咨询我们</a></h4>
<div class="clear"></div>
</div>
</form>
</div>
</body>
</html>