Sha256: 98ffa40650ff1b1a0b23118163b52966eec7f46f7dbf82a94c2d5b2887011889
Contents?: true
Size: 800 Bytes
Versions: 8
Compression:
Stored size: 800 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <script src="https://cdn.shopify.com/s/assets/external/app.js"></script> <script type="text/javascript"> ShopifyApp.init({ apiKey: "<%= SinatraApp.settings.api_key %>", shopOrigin: "<%= current_shop_url %>", debug: true }); </script> <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"> </head> <body> <div class="container"> <%= erb :'_top_bar', layout: false, locals: locals %> <%= erb :'_flash_messages', layout: false, locals: locals %> <%= yield %> </div> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems