missing.html 763 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE HTML>
  2. <!--
  3. Free for personal and commercial use under the CCA 3.0 license (/license)
  4. -->
  5. <html>
  6. <head>
  7. <link rel = "stylesheet"
  8. type = "text/css"
  9. href = "css/normalize.css" />
  10. </head>
  11. <body>
  12. <style>
  13. html {
  14. height: 100%;
  15. }
  16. body {
  17. height: 100%;
  18. }
  19. #container {
  20. height: 100%;
  21. }
  22. .flex-container {
  23. display: flex;
  24. align-items: center;
  25. justify-content: center;
  26. min-height:100%;
  27. }
  28. .flex-container-inner {
  29. max-width: 50%
  30. }
  31. </style>
  32. <div id="container">
  33. <!-- <div id="wrapper"> -->
  34. <!-- <div id="inner-wrapper"> -->
  35. <div class="flex-container">
  36. <div class="flex-container-inner">
  37. <p>404</p>
  38. </div>
  39. </div>
  40. <!-- </div> -->
  41. <!-- </div> -->
  42. </div>
  43. </body>
  44. </html>