1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>HoloCMS Maintenence</title>
  6. <style type="text/css">
  7. body {
  8. background-color: #bce0ee;
  9. }
  10. div#bye {
  11. margin: 40px auto auto auto;
  12. width: 550px;
  13. height: auto;
  14. background-color: #FFFFFF;
  15. border: 1px solid #B5B5AF;
  16. padding: 10px;
  17. font-family: Verdana, Arial, Helvetica, sans-serif;
  18. font-size: 13px;
  19. color: #222222;
  20. }
  21. div#bye h2 {
  22. font-size: 20px;
  23. color: #009DFF;
  24. margin: 0 auto;
  25. }
  26. div#footer {
  27. width: 550px;
  28. height: auto;
  29. font-size: 10px;
  30. font-family: Verdana, Arial, Helvetica, sans-serif;
  31. color: #666666;
  32. margin: 5px auto auto auto;
  33. }
  34. </style>
  35. </head>
  36. <body>
  37. <div id="bye">
  38. <h2>HoloCMS Maintenence Break...</h2>
  39. <p>Hey Guys!,</p>
  40. <p>Edit this.</p>
  41. <p>Edit this.</p>
  42. <p>Edit this.</p>
  43. <p><strong>&mdash; Someone, Someone and Someone</strong></p>
  44. </div>
  45.  
  46. <div id="footer">
  47. <strong>Regarding Privacy:</strong>All information that you have decided to store in the hands of us is still your property and will not be used for any matter what so ever.
  48. </div>
  49.  
  50. </body></html>
  51.