Sha256: a48e3d86e9695fb46030c7caa70c7a9d60178e4ed724adfd58afe5a98e401024
Contents?: true
Size: 742 Bytes
Versions: 16
Compression:
Stored size: 742 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>The action you wanted to perform was forbidden (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 action you wanted to perform was forbidden.</h1> <p>Maybe you tried to perform an action you didn't have permissions for.</p> </div> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems