Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  1. <!doctype html>
  2. <title>Site Maintenance</title>
  3. <style>
  4. body { text-align: center; padding: 150px; }
  5. h1 { font-size: 50px; }
  6. body { font: 20px Helvetica, sans-serif; color: #333; }
  7. article { display: block; text-align: left; width: 650px; margin: 0 auto; }
  8. a { color: #dc8100; text-decoration: none; }
  9. a:hover { color: #333; text-decoration: none; }
  10. </style>
  11. <article>
  12. <h1>We&rsquo;ll be back soon!</h1>
  13. <div>
  14. <p>Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment. If you need to you can always <a href="mailto:support@bizgaze.com">contact us</a></p>
  15. <p>&mdash; Team BizGaze</p>
  16. </div>
  17. </article>