Sha256: e3c4a82970f465552265fa7d44395c619e71cc63c5988453757d630aa061c198
Contents?: true
Size: 1.42 KB
Versions: 6
Compression:
Stored size: 1.42 KB
Contents
<!DOCTYPE html> <html> <head> <title>404 Error: This page doesn't exist!</title> <link rel="stylesheet" type="text/css" href="../assets/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="../assets/responsive-bootstrap.css" /> <link rel="stylesheet" type="text/css" href="../assets/shopify_app.scss" /> <style> .container { text-align:center;} .navbar .brand { float:none;} </style> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a href="/" class="brand">Shopify Demo App</a> </div> </div> </div> <div class="container"> <div class="content"> <div class="page-header"> <h1>AH! 404!</h1> </div> <h3><i class="icon-warning-sign" style="margin-top:6px; opacity:.5;"></i> Well dang, looks like this page doesn't exist.</h3> <p class="muted">Well, not this one, but the one you were looking for... at least there's a kitten!</p> <br/> <p><img src="http://gifs.gifbin.com/122009/1259928856_surprised_kitten.gif" style="border-radius:10px;"/></p> <br/> <p><button type="button" value ="back" onClick="window.history.back();" class='btn btn-primary'><i class="icon-chevron-left" style="opacity:.25"></i> Back to the app</button></p> </div> <footer> <p>A Shopify app by (company name here)</p> </footer> </div> <!-- /container --> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems