501.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>501禁止页面模板</title>
  6. <style>
  7. /* cyrillic-ext */
  8. @font-face {
  9. font-family: 'Montserrat';
  10. font-style: normal;
  11. font-weight: 700;
  12. src: local('Montserrat Bold'), local('Montserrat-Bold'), url(font/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  13. unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  14. }
  15. /* cyrillic */
  16. @font-face {
  17. font-family: 'Montserrat';
  18. font-style: normal;
  19. font-weight: 700;
  20. src: local('Montserrat Bold'), local('Montserrat-Bold'), url(font/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  21. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  22. }
  23. /* vietnamese */
  24. @font-face {
  25. font-family: 'Montserrat';
  26. font-style: normal;
  27. font-weight: 700;
  28. src: local('Montserrat Bold'), local('Montserrat-Bold'), url(font/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  29. unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  30. }
  31. /* latin-ext */
  32. @font-face {
  33. font-family: 'Montserrat';
  34. font-style: normal;
  35. font-weight: 700;
  36. src: local('Montserrat Bold'), local('Montserrat-Bold'), url(font/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  37. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  38. }
  39. /* latin */
  40. @font-face {
  41. font-family: 'Montserrat';
  42. font-style: normal;
  43. font-weight: 700;
  44. src: local('Montserrat Bold'), local('Montserrat-Bold'), url(font/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  45. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  46. }
  47. /* latin */
  48. @font-face {
  49. font-family: 'Share Tech Mono';
  50. font-style: normal;
  51. font-weight: 400;
  52. src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(https://fonts.gstatic.com/s/sharetechmono/v8/J7aHnp1uDWRBEqV98dVQztYldFcLowEF.woff2) format('woff2');
  53. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  54. }
  55. * {
  56. margin: 0;
  57. padding: 0;
  58. border: 0;
  59. font-size: 100%;
  60. font: inherit;
  61. vertical-align: baseline;
  62. box-sizing: border-box;
  63. color: inherit;
  64. }
  65. body {
  66. background-image:linear-gradient(120deg, #008856 0%, #000000 100%);
  67. height: 100vh;
  68. }
  69. h1 {
  70. font-size: 45vw;
  71. text-align: center;
  72. position: fixed;
  73. width: 100vw;
  74. z-index: 1;
  75. color: #ffffff26;
  76. text-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
  77. top: 50%;
  78. -webkit-transform: translateY(-50%);
  79. transform: translateY(-50%);
  80. font-family: "Montserrat", monospace;
  81. }
  82. div {
  83. background: rgba(0, 0, 0, 0);
  84. width: 70vw;
  85. position: relative;
  86. top: 50%;
  87. -webkit-transform: translateY(-50%);
  88. transform: translateY(-50%);
  89. margin: 0 auto;
  90. padding: 30px 30px 10px;
  91. box-shadow: 0 0 150px -20px rgba(0, 0, 0, 0.5);
  92. z-index: 3;
  93. }
  94. P {
  95. font-family: "Share Tech Mono", monospace;
  96. color: #f5f5f5;
  97. margin: 0 0 20px;
  98. font-size: 17px;
  99. line-height: 1.2;
  100. }
  101. span {
  102. color: #f0c674;
  103. }
  104. i {
  105. color: #8abeb7;
  106. }
  107. div a {
  108. text-decoration: none;
  109. }
  110. b {
  111. color: #81a2be;
  112. }
  113. a.avatar {
  114. position: fixed;
  115. bottom: 15px;
  116. right: -100px;
  117. -webkit-animation: slide 0.5s 4.5s forwards;
  118. animation: slide 0.5s 4.5s forwards;
  119. display: block;
  120. z-index: 4
  121. }
  122. a.avatar img {
  123. border-radius: 100%;
  124. width: 44px;
  125. border: 2px solid white;
  126. }
  127. @-webkit-keyframes slide {
  128. from {
  129. right: -100px;
  130. -webkit-transform: rotate(360deg);
  131. transform: rotate(360deg);
  132. opacity: 0;
  133. }
  134. to {
  135. right: 15px;
  136. -webkit-transform: rotate(0deg);
  137. transform: rotate(0deg);
  138. opacity: 1;
  139. }
  140. }
  141. @keyframes slide {
  142. from {
  143. right: -100px;
  144. -webkit-transform: rotate(360deg);
  145. transform: rotate(360deg);
  146. opacity: 0;
  147. }
  148. to {
  149. right: 15px;
  150. -webkit-transform: rotate(0deg);
  151. transform: rotate(0deg);
  152. opacity: 1;
  153. }
  154. }
  155. </style>
  156. </head>
  157. <body>
  158. <h1>501</h1>
  159. <div><p>> <span>错误代码</span>: "<i>HTTP Error 501 Not implemented </i>"</p>
  160. <p>> <span>错误原因</span>: [<b>Web 服务器不支持实现此请求所需的功能</b>]</span> "<i>解决办法:可以用来HttpWebRequest指定一个UserAgent来试试的,有时候你可以换电脑来测试一下的。</i>"</p>
  161. <p>> <span>温馨提醒</span>: [<b>如果以上解决办法</b>]</span> "<i>尝试后依然无法解决问题,请到http://www.phpsutyd.net论坛中发帖寻求帮助。</i>"</p>
  162. </div>
  163. <script>
  164. var str = document.getElementsByTagName('div')[0].innerHTML.toString();
  165. var i = 0;
  166. document.getElementsByTagName('div')[0].innerHTML = "";
  167. setTimeout(function() {
  168. var se = setInterval(function() {
  169. i++;
  170. document.getElementsByTagName('div')[0].innerHTML = str.slice(0, i) + "|";
  171. if (i == str.length) {
  172. clearInterval(se);
  173. document.getElementsByTagName('div')[0].innerHTML = str;
  174. }
  175. }, 10);
  176. },0);
  177. </script>
  178. </body>
  179. </html>