mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
55 lines
No EOL
1.5 KiB
HTML
55 lines
No EOL
1.5 KiB
HTML
<!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>
|
|
<td class="instructions"><a href="itms-services://?action=download-manifest&url=http://dev.newsblur.com/ios/NewsBlur.plist">Install the NewsBlur app</a></td>
|
|
<td width="24" class="arrow">→</td>
|
|
<td width="57" class="imagelink">
|
|
<a href="itms-services://?action=download-manifest&url=http://dev.newsblur.com/ios/NewsBlur.plist">
|
|
<img src="/media/ios/Resources/logo_57.png" height="57" width="57" />
|
|
</a>
|
|
</td>
|
|
</tr></table>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |