Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

maintenance.html 672B

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>