-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 2.41 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
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>easy Proof of Delivery PrimeSource- Download</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="css/download.css">
</head>
<body class="container">
<header>
<div class="navbar">
<div class="container">
<div class="navbar-header">
<!--<img src="img/retina_logo_bmwgroup.png">-->
</div>
</div>
</div>
</header>
<section>
<div class="panel-body">
<div class="panel-body">
<div class="list-group-item clearfix row">
<div class="col-sm-2">
<img class="thumbnail" src="img/appDeploymentIcon.png">
</div>
<div class="col-sm-2">
<h2>easy Proof of Delivery - ps</h2>
<p>Titan Software and PrimeSource</p>
<a href="itms-services://?action=download-manifest&url=https://pg-app-mlqd8oa2aphvi8v1td5yez72aeddh9.scalabl.cloud/files/manifest.plist">
<button type="button" class="btn btn-lg btn-default" id="ios-download-btn">
Download for iOS
</button>
</a>
<div id="data-platform-ios">
</div>
<a href="https://pg-app-mlqd8oa2aphvi8v1td5yez72aeddh9.scalabl.cloud/files/easyPoD.apk">
<button type="button" class="btn btn-lg btn-default" id="android-download-btn">
Download for Android
</button>
</a>
<div id="data-platform-android">
</div>
Note after downloading you will need to go to iOS Settings > General > Device Management option and click on the Titan Software LLC item and then click Trust "Titan Software LLC". Then the app will work
</div>
</div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" charset="utf-8"></script>
<script src="scripts/buttonclickhandler.js" charset="utf-8"></script>
<script src="scripts/main.js" charset="utf-8"></script>
</body>
</html>