Sha256: e23f16608e0a98013b20d45d0f0cfdf54f52b2190552bb5ec5aa7be8fc91cf10
Contents?: true
Size: 1.2 KB
Versions: 7
Compression:
Stored size: 1.2 KB
Contents
<!DOCTYPE html> <html> <head> <title>404 Error: This page doesn't exist!</title> <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">VersaCommerce 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 VersaCommerce app by (company name here)</p> </footer> </div> <!-- /container --> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems