empty.html 510 B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title></title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <style>
  10. html {
  11. height: 100%;
  12. }
  13. body {
  14. min-height: 100%;
  15. background: #eee;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. </body>
  21. </html>