Sha256: 2c4ffb359a80e24f86e4e3920c147fceb9316a72493bc6639c7d7eb55cfc42be
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
<html> <head> <meta charset=utf-8" /> <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"> <style type="text/css" media="all"> * { display: border-box; } body { margin: 0; font-family: 'Avenir Next', 'Helvetica Neue', Arial, Helvetica, sans-serif; } .container { margin: 30px auto 0 auto; border: 1px solid #ccc; width: 80vw; max-width: 400px; text-align: center; } .button { margin: 0 10px 0 10px; line-height: 60px; font-size: 28px; display: block; color: white; text-decoration: none; text-transform: uppercase; background-color: rgb(51, 204, 204); } h1 { color: rgb(51, 204, 204); } </style> <title><%= app_name %></title> </head> <body> <div class="container"> <h1><%= app_name %></h1> <img src="http://api.qrserver.com/v1/create-qr-code/?size=250x250&data=<%= base_url %>/index.html" alt="" /> <h2>Version: <%= app_version %></h2> <p> <a class="button" href="itms-services://?action=download-manifest&url=<%= base_url %>/manifest.plist">Install</a> </p> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blast_off-0.2.0 | lib/blast_off/template/index.html.erb |