Sha256: 345ce1944ee1cfc383eb38b604159eea840467e96a7c9745f634140deaf4b686
Contents?: true
Size: 720 Bytes
Versions: 3
Compression:
Stored size: 720 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>The page you were trying to access is restricted. (403)</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/403.html --> <div class="dialog"> <h1>The page you were trying to access is restricted.</h1> <p>You may be unauthorized to view this page.</p> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
firewool-0.1.2 | test/dummy/public/403.html |
firewool-0.1.1 | test/dummy/public/403.html |
firewool-0.1.0 | test/dummy/public/403.html |