Sha256: a465d850431f7a91be59327c3b2d5a6178fa2828363a102f5fb84b520530950a
Contents?: true
Size: 1.1 KB
Versions: 15
Compression:
Stored size: 1.1 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>We're sorry, but we're currently offline</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> <div class="dialog"> <h1> We're currently offline for <%= reason ? reason : "maintenance" %> as of <%= Time.now.strftime("%I:%M %p %Z" ) %>. </h1> <p> Sorry for the inconvenience. We'll be back <%= deadline ? "by #{deadline}" : "shortly" %>. Please contact your administrator if you believe this to be an error. </p> </div> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems