ie.html 547 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>H+已不再支持老旧的IE</title>
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="Cache-Control" content="no-siteapp" />
  8. <meta name="description" content="">
  9. <meta name="keywords" content="">
  10. <style>
  11. html,
  12. body {
  13. height: 100%;
  14. overflow: hidden;
  15. }
  16. body {
  17. background: #3cbbdc url(img/browser.png) no-repeat center center;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. </body>
  23. </html>