Sha256: 11e719f2acaaad6aae7bfb87480fb335d86b462d564403d2054c971b8436dc64
Contents?: true
Size: 475 Bytes
Versions: 4
Compression:
Stored size: 475 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title><%= title 'Error 404' %></title> <link href="<%= prefix_url("assets/application.css") %>" rel="stylesheet"> </head> <body> <div class="container-fluid"> <div class="row-fluid text-info service-page"> <h1>404 <small>Page not found</small></h1> <p class="lead">Sorry, this page is not available.</p> <a href="/" class="btn btn-info">Back to home</a> </div> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ginatra-4.1.0 | views/404.erb |
ginatra-4.0.2 | views/404.erb |
ginatra-4.0.1 | views/404.erb |
ginatra-4.0.0 | views/404.erb |