Sha256: 2c2a2841b630c32a225c16f76116baea0ca4ea96c907994146b1f02443fb1c39
Contents?: true
Size: 790 Bytes
Versions: 6
Compression:
Stored size: 790 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>403 Forbidden</title> <style type="text/css"> body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } div.dialog { width: 800px; padding: 0 0em; margin: 0 auto 0 auto; } div.dialog p { font-size: 0.9em; } div.dialog h3 { font-weight: normal; color: #B71C1C; } h1 { font-size: 500%; color: #C62828; line-height: 1em; } hr { border: none; border-bottom: solid 1px #DDD; } </style> </head> <body> <h1>403</h1> <div class="dialog"> <h3><%= t("aclize.unauthorized") %></h3> <hr> <p><%= t("aclize.suggestion") %></p> <p><%= t("aclize.contact") %></p> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems