Sha256: ba686973ab37e1c6f0f76153353f4ffa7e644ac28606d86063062102e78ef44e
Contents?: true
Size: 1.15 KB
Versions: 15
Compression:
Stored size: 1.15 KB
Contents
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous"> <style> body { background: #fff url(<%="#{base_url}/legend.gif"%>) no-repeat fixed right 130px; } .form-large input { font-size: 18px; padding: 8px; height: auto; line-height: normal; } .form-wide { width: 480px; } </style> <body> <div style="margin-top: 100px"></div> <div class="container"> <h1>Shopify Sinatra App</h1> <h2><small>This app requires you to login to start using it.</small></h2> </div> <div style="margin-top: 30px"></div> <div class="container"> <form role="form" class="form-large" action="/login" method="post"> <div class="input-group form-wide"> <input class="form-control" type="url" name="shop" placeholder="Shop URL"> <span class="input-group-btn"> <input class="btn" type="submit" value="Install App" /> </span> </div> </form> </div> </body>
Version data entries
15 entries across 15 versions & 2 rubygems