404.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  8. <meta http-equiv="Pragma" content="no-cache" />
  9. <meta http-equiv="Expires" content="0" />
  10. <meta
  11. name="description"
  12. content="An enterprise-class UI components based on Ant Design and Vue"
  13. />
  14. <title>Ant Design Vue</title>
  15. <link rel="icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico" />
  16. <style id="nprogress-style">
  17. #page-404 {
  18. background-image: url('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg');
  19. width: 100%;
  20. height: 100%;
  21. background-repeat: no-repeat;
  22. background-attachment: fixed;
  23. background-position: center;
  24. background-size: 100%;
  25. position: fixed;
  26. top: 0;
  27. left: 0;
  28. right: 0;
  29. bottom: 0;
  30. z-index: 100;
  31. }
  32. section {
  33. position: absolute;
  34. top: 48%;
  35. left: 55%;
  36. margin: -103px 0 0 -120px;
  37. text-align: center;
  38. }
  39. h1 {
  40. color: #1890ff;
  41. font-size: 120px;
  42. font-weight: 500;
  43. }
  44. p {
  45. color: #314659;
  46. font-size: 18px;
  47. }
  48. </style>
  49. <script>
  50. var _hmt = _hmt || [];
  51. var srcMap = {
  52. 'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',
  53. 'vue.ant.design': 'https://hm.baidu.com/hm.js?f0ba868f114e674b816b4880f7525811',
  54. 'www.antdv.com': 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22',
  55. };
  56. var src =
  57. srcMap[location.host] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
  58. (function() {
  59. var hm = document.createElement('script');
  60. hm.src = src;
  61. var s = document.getElementsByTagName('script')[0];
  62. s.parentNode.insertBefore(hm, s);
  63. })();
  64. </script>
  65. </head>
  66. <body>
  67. <div id="app">
  68. <div id="page-404" data-reactroot="">
  69. <section>
  70. <h1>404</h1>
  71. <p>你要找的页面不存在<a href="/">返回首页</a></p>
  72. </section>
  73. <style>
  74. #app {
  75. height: 100%;
  76. background-color: #fff;
  77. }
  78. </style>
  79. </div>
  80. </div>
  81. <!-- Global site tag (gtag.js) - Google Analytics -->
  82. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-151755889-1"></script>
  83. <script>
  84. window.dataLayer = window.dataLayer || [];
  85. function gtag() {
  86. dataLayer.push(arguments);
  87. }
  88. gtag('js', new Date());
  89. gtag('config', 'UA-151755889-1');
  90. </script>
  91. </body>
  92. </html>