error.html 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>异常提示</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  7. <meta name="generator" content="www.leipi.org"/>
  8. <link rel="stylesheet" href="bootstrap/css/bootstrap.css">
  9. <!--[if lte IE 6]>
  10. <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-ie6.css">
  11. <![endif]-->
  12. <!--[if lte IE 7]>
  13. <link rel="stylesheet" type="text/css" href="bootstrap/css/ie.css">
  14. <![endif]-->
  15. <link rel="stylesheet" href="leipi.style.css">
  16. <script type="text/javascript" src="../dialogs/internal.js"></script>
  17. </head>
  18. <body>
  19. <div class="alert alert-danger">
  20. <p><strong>我们的相遇是一个错误?</strong></p><br/>
  21. <ul class="col-sm-2">
  22. <li>1.刷新页面重试</li>
  23. <li>2.使用标准浏览器 [ chrome、firefox、IE9++ ]</li>
  24. <li>3.如果依然有问题,请查看 <a href="#"><span class="glyphicon glyphicon-question-sign"></span>详细帮助</a>,或反馈到 <a
  25. href="http://www.leipi.org" target="_blank"><span class="glyphicon glyphicon-flash"></span>雷劈网</a></li>
  26. </ul>
  27. </div>
  28. </body>
  29. </html>