Sha256: 82ad5cb206f2d61ffd81dd607c610275cf30a8d2973ad037b794f7f3a5e792d8
Contents?: true
Size: 747 Bytes
Versions: 3
Compression:
Stored size: 747 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Title | 404</title> <meta name="description" content="Description"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style type="text/css"> body { font-size: 100%; background-color: #fff; color: #333; font-family: arial, sans-serif; } h1, h2 { color: #333; } h1 { font-size: 2em; } h2 { font-size: 1.2em; } p { font-size: 0.85em; width: 50%; } </style> </head> <body role="document"> <h1>404 File Not Found</h1> <h2>The page you were looking for doesn't exist.</h2> <p>You may have mistyped the address or the page may have moved.</p> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
showboat-0.0.3 | spec/dummy/public/404.html |
showboat-0.0.2 | spec/dummy/public/404.html |
showboat-0.0.1 | spec/dummy/public/404.html |