not_implemented.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Fehler 501 Not Implemented</title>
  6. <style>
  7. body, input {
  8. background-color:rgba(244,244,244,1);
  9. }
  10. article, input {
  11. max-width:1024px;
  12. margin:0px auto;
  13. font-family:Arial, Helvetica, sans-serif;
  14. font-size:18px;
  15. font-weight:lighter;
  16. color:rgba(88,88,88,1);
  17. }
  18. h1 {
  19. font-size:30px;
  20. font-weight:lighter;
  21. }
  22. a, a:visited {
  23. text-decoration:none;
  24. font-size:22px;
  25. color:rgba(0,136,194,1);
  26. moz-transition-property:all;
  27. -moz-transition-duration:1s;
  28. -o-transition-property:all;
  29. -o-transition-duration:1s;
  30. -webkit-transition-property:all;
  31. -webkit-transition-duration:1s;
  32. }
  33. a:hover {
  34. color:rgba(88,88,88,1);
  35. moz-transition-property:all;
  36. -moz-transition-duration:1s;
  37. -o-transition-property:all;
  38. -o-transition-duration:1s;
  39. -webkit-transition-property:all;
  40. -webkit-transition-duration:1s;
  41. margin-left:12px;
  42. }
  43. li {
  44. line-height:150%;
  45. }
  46. article button {
  47. background-color: rgba(222,222,222,0.6);
  48. border:1px solid rgba(0,136,194,1);
  49. border-radius:5px;
  50. font-size:24px;
  51. color:rgba(0,136,194,1);
  52. font-family:Arial, Helvetica, sans-serif;
  53. padding:8px 12px;
  54. }
  55. article button:hover, article button:active { /* button hover*/
  56. background-color: rgba(222,222,222,0.4);
  57. cursor:pointer;
  58. border:1px solid rgba(0,136,194,1);
  59. }
  60. </style>
  61. </head>
  62. <body>
  63. <article>
  64. <h1>Fehler 501 Not Implemented</h1>
  65. The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server.<P>
  66. <br>
  67. <br><br>
  68. Diese Seiten liegen auf diesem Server!<br><br>
  69. <li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
  70. <li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
  71. <li><a href="http://matschiner.co">Matschiner.co</a></li>
  72. <li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
  73. </article>
  74. </body>
  75. </html>