Sha256: a5ea9ead30e52c828c06eeeb767e247a5adb1c67adfed340ba7b0291be5252d8
Contents?: true
Size: 673 Bytes
Versions: 2
Compression:
Stored size: 673 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Unauthorized (401)</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/401.html --> <div class="dialog"> <h1>You don't enough privileges.</h1> <p>Please contact us if you feel that something is wrong.</p> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
extreme_aas-0.0.2 | spec/dummy/public/401.html |
extreme_aas-0.0.1 | spec/dummy/public/401.html |