Sha256: 9d8b2190e5f329c335e6a7c016190d79ff95b0825abdd97fe715429669bf9020
Contents?: true
Size: 731 Bytes
Versions: 131
Compression:
Stored size: 731 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Not in the Cards (404)</title> <style type="text/css"> body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } div.dialog { width: 25em; padding: 0 4em; margin: 4em auto 0 auto; border: 1px solid #ccc; border-right-color: #999; border-bottom-color: #999; } h1 { font-size: 100%; color: #f00; line-height: 1.5em; } </style> </head> <body> <!-- This file lives in public/404.html --> <div class="dialog"> <h1>"I can't find my little card" -- Wagn</h1> <p>404. Can't find what you're looking for-oh-for.</p> <p>Maybe it was a typo? Or the page moved?</p> </div> </body> </html>
Version data entries
131 entries across 131 versions & 2 rubygems