NewsBlur/templates/static/ios_download.xhtml

55 lines
1.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Install the NewsBlur iPhone and iPad app</title>
<style type="text/css">
body {
background: url(/media/img/reader/iphone-stripe-bkg.png) repeat #c5ccd4;
font-family: Helvetica, arial, sans-serif;
}
.congrats {
font-size: 16pt;
padding: 6px;
text-align: center;
}
.step {
background: white;
border: 1px #ccc solid;
border-radius: 14px;
padding: 4px 10px;
margin: 10px 0;
}
.instructions {
font-size: 14pt;
}
a {
text-decoration: none;
}
.arrow {
font-size: 15pt;
}
table {
width: 100%;
}
</style>
</head>
<body>
<div class="congrats">Download the latest version of the NewsBlur iOS app</div>
<div class="step">
<table><tr>
2014-03-11 12:21:13 -07:00
<td class="instructions"><a href="itms-services://?action=download-manifest&url=https://www.newsblur.com/ios/NewsBlur.plist">Install the NewsBlur app</a></td>
<td width="24" class="arrow">&rarr;</td>
<td width="57" class="imagelink">
2014-03-11 12:21:13 -07:00
<a href="itms-services://?action=download-manifest&url=https://www.newsblur.com/ios/NewsBlur.plist">
2013-10-08 16:04:46 -07:00
<img src="/media/ios/Resources/logos/logo_116.png" height="57" width="57" />
</a>
</td>
</tr></table>
</div>
</body>
</html>