forked from pcsaito/iOS-BetaBuilder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_template.html
17 lines (17 loc) · 958 Bytes
/
index_template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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]</title>
<link href="main.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div id="container">
<p class="mobile">Tap to Install <strong>[BETA_NAME]</strong> On Your Device</p>
<div class="link mobile"><a href="itms-services://?action=download-manifest&url=[BETA_PLIST]">INSTALL</a></div>
<p>Link didn't work? Make sure you're visiting this page <strong>on your device</strong>, not your computer.</p>
<p>[BETA_VERSION] - [BETA_DATE]</p>
</div>
</body>
</html>