error.html 1.0 KB

12345678910111213141516171819202122232425262728293031
  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>黑龙江昆仑盛和安体检中心</title>
  6. <link rel="stylesheet" type="text/css" href="/style/common.css"/>
  7. <link rel="stylesheet" type="text/css" href="/style/shop.css"/>
  8. <!--[if lt IE 9]>
  9. <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
  10. <![endif]-->
  11. <!--窗口自适应适配低端IE-->
  12. <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
  13. <style type="text/css">
  14. .content {
  15. text-align: center;
  16. margin-top: 100px;
  17. }
  18. .title {
  19. margin-top: 20px;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div class="content">
  25. <h1>系统开小差啦!</h1>
  26. <h3 class="title">对您造成的困扰尽情谅解,我们会马上解决。返回<a href="/">"首页"</a></h3>
  27. </div>
  28. </body>
  29. </html>