forked from HunterHillegas/iOS-BetaBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_template.html
49 lines (39 loc) · 1.89 KB
/
index_template.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>[BETA_NAME] - Beta Release</title>
<style type="text/css">
body {background:#fff;margin:0;padding:0;font-family:arial,helvetica,sans-serif;text-align:center;padding:10px;color:#333;font-size:14px;}
#container {width:300px;margin:0 auto;}
h1 {margin:0;padding:0;font-size:15px;}
p,table {font-size:12px;}
.link {background:#ecf5ff;border-top:1px solid #fff;border:1px solid #dfebf8;margin-top:.5em;padding:.3em;}
.link a {text-decoration:none;font-size:14px;display:block;color:#069;}
table td {text-align:center; vertical-align:top; }
</style>
</head>
<body>
<div id="container">
<h1>[BETA_NAME] - Beta</h1>
<table width="100%">
<tr><td>Version:<td><td>[BETA_VERSION]</td></tr>
<tr><td>Build:<td><td>[BETA_BUILD]</td></tr>
<tr><td>Copyright:<td><td>[BETA_COPYRIGHT]</td></tr>
</table>
<h1>iOS 4.0 (or newer) Users:</h1>
<div class="link"><a href="itms-services://?action=download-manifest&url=[BETA_PLIST]">Tap Here to Install<br />
[BETA_NAME]<br />Automatically On Your Device</a></div>
<p><strong>Link didn't work?</strong><br />
Make sure you're visiting this page on your device, not your computer.</p>
<h1>iOS 3.2.x (or older) Users:</h1>
<p><strong>On a version of iOS before 4.0?</strong><br />
Reload this page <em>in your computer browser</em> (Mac or PC), download the ZIP archive here:
</p>
<div class="link"><a href="[BETA_ZIP]">[BETA_ZIP]<br />App and Provisioning Profile</a></div>
<p>...and drag-and-drop the <em>contents</em> of the ZIP file into iTunes.</p>
<div class="link"><a href="README.txt">View the README file</a></div>
</div>
</body>
</html>