-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.html
More file actions
16 lines (16 loc) · 1.1 KB
/
instructions.html
File metadata and controls
16 lines (16 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<title>iOS Instructions | Stoat</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/webflow.css">
<link rel="stylesheet" type="text/css" href="css/stoat.webflow.css">
</head>
<body style="background-color:#4a4a4a;padding-top:2em;text-align:center;">
<p><a class="w-inline-block btn-ico" href="itms-services://?action=download-manifest&url=https://stoat-builds.s3.amazonaws.com/stoatinfo.plist"><span class="btn-img"><img width="23" src="images/ico1.png"></span><span class="btn-text">Download</span></a></p>
<div class="install-tutorial">
<img src="images/installTutorial.jpg" width='375'>
</div>
<p style='padding-bottom:2em;'><a class="w-inline-block btn-ico" href="itms-services://?action=download-manifest&url=https://stoat-builds.s3.amazonaws.com/stoatinfo.plist"><span class="btn-img"><img width="23" src="images/ico1.png"></span><span class="btn-text">Download</span></a></p>
</body>
</html>