index.html 721 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <!--
  6. blank.html by Bill Weinman <http://bw.org/contact/>
  7. Copyright (c) 2009 The BearHeart Group, LLC
  8. created 2009-11-04
  9. -->
  10. <head>
  11. <title>
  12. Nothing Here
  13. </title>
  14. <style>
  15. body {
  16. background-color: #666;
  17. font-family: trebuchet ms, verdana, sans-serif;
  18. color: #999;
  19. }
  20. p.blank {
  21. margin-top: 150px;
  22. text-align: center;
  23. font-size: 24pt;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <p class="blank"> This page intentionally left blank.
  29. </p>
  30. </body>
  31. </html>