precondition_failed.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <HTML>
  2. <HEAD>
  3. <TITLE>412 Precondition Failed</TITLE>
  4. <BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
  5. <style>
  6. @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
  7. body {
  8. font-family: 'Open Sans', sans-serif;
  9. color: #444;
  10. font-weight: 300;
  11. text-align: center;
  12. }
  13. h1 {
  14. font-weight: 300;
  15. font-size: 100px;
  16. }
  17. h1 i {
  18. font-style: normal;
  19. display: block;
  20. font-size: 200px;
  21. color:orangered;
  22. }
  23. a:link {
  24. color: orangered;
  25. text-decoration: none;
  26. }
  27. ADDRESS {
  28. font-style: normal;
  29. }
  30. p {
  31. font-size: 20px;
  32. max-width: 800px;
  33. margin: 10px auto;
  34. } hr {
  35. margin: 20px 20px;
  36. display: block;
  37. }
  38. @media all and (max-width: 700px){
  39. h1 {
  40. font-size: 36px;
  41. }
  42. h1 i {
  43. font-size: 80px;
  44. }
  45. }
  46. </style>
  47. <meta name="viewport" content="width=device-width, initial-scale=1">
  48. </HEAD>
  49. <BODY>
  50. <H1><i>412</i>Precondition Failed</H1>
  51. <p>The request was not completed due to preconditions that are set in the request header.</p>
  52. <P>
  53. Preconditions prevent the requested method from being applied to a resource other than the one intended.
  54. </p>
  55. <p>
  56. If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
  57. </p>
  58. <HR>
  59. <ADDRESS>
  60. Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
  61. </ADDRESS>
  62. </BODY>
  63. </HTML>
  64. <!--
  65. - Unfortunately, Microsoft has added a clever new
  66. - "feature" to Internet Explorer. If the text of
  67. - an error's message is "too small", specifically
  68. - less than 512 bytes, Internet Explorer returns
  69. - its own error message. You can turn that off,
  70. - but it's pretty tricky to find switch called
  71. - "smart error messages". That means, of course,
  72. - that short error messages are censored by default.
  73. - IIS always returns error messages that are long
  74. - enough to make Internet Explorer happy. The
  75. - workaround is pretty simple: pad the error
  76. - message with a big comment like this to push it
  77. - over the five hundred and twelve bytes minimum.
  78. - Of course, that's exactly what you're reading
  79. - right now.
  80. -->