Sfoglia il codice sorgente

documents as numbers

matschiner 9 anni fa
parent
commit
f6b8c510ab
14 ha cambiato i file con 1147 aggiunte e 0 eliminazioni
  1. 85 0
      400.html
  2. 85 0
      401.html
  3. 82 0
      403.html
  4. 80 0
      404.html
  5. 82 0
      405.html
  6. 80 0
      406.html
  7. 80 0
      407.html
  8. 81 0
      412.html
  9. 79 0
      414.html
  10. 81 0
      415.html
  11. 88 0
      500.html
  12. 81 0
      501.html
  13. 82 0
      502.html
  14. 81 0
      503.html

+ 85 - 0
400.html

@@ -0,0 +1,85 @@
+<HTML>
+<head>
+<meta charset="UTF-8">
+<TITLE>400 Bad Request</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+ @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>400</i>Bad Request</H1>
+    <P>
+        Your browser sent a request that this server could not understand.
+    </P>
+    <p>
+        Client sent malformed Host header
+    </p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 85 - 0
401.html

@@ -0,0 +1,85 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<HTML>
+<head><meta charset="UTF-8">
+<TITLE>401 Authorization Required</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+    hr {
+        margin: 20px 20px;
+        display: block;
+    }
+    @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>401</i>Authorization Required</H1>
+<P>This server could not verify that you
+are authorized to access the document
+requested.  Either you supplied the wrong
+credentials (e.g., bad password), or your
+browser doesn't understand how to supply
+the credentials required.</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR />
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 82 - 0
403.html

@@ -0,0 +1,82 @@
+<HTML>
+<head><meta charset="UTF-8">
+<TITLE>403 Forbidden</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+ @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>403</i> Forbidden</H1>
+
+<p>
+    You do not have permission to access this document.
+</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 80 - 0
404.html

@@ -0,0 +1,80 @@
+<HTML>
+<HEAD>
+<TITLE>404 Not Found</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+        
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>404</i>Not Found</H1>
+<p>
+The requested document was not found on this server.
+</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 82 - 0
405.html

@@ -0,0 +1,82 @@
+<HTML>
+<meta charset="UTF-8">
+<head><meta charset="UTF-8">
+<TITLE>405 Method Not Allowed</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>405</i>Method Not Allowed</H1>
+<p>
+    The HTTP verb used to access this page is not allowed.
+</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 80 - 0
406.html

@@ -0,0 +1,80 @@
+<HTML>
+<head><meta charset="UTF-8">
+<TITLE>406 Not Acceptable</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>406</i>Not Acceptable</H1>
+<p>Client browser does not accept the MIME type of the requested page.</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 80 - 0
407.html

@@ -0,0 +1,80 @@
+<HTML>
+<head><meta charset="UTF-8">
+<TITLE>407 Proxy Authentication Required</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>407</i>Proxy Authentication Required</H1>
+    <p>You must be authenticated by a proxy server before the Web server can execute your request.</p>
+ 
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 81 - 0
412.html

@@ -0,0 +1,81 @@
+<HTML>
+<HEAD>
+<TITLE>412 Precondition Failed</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    } hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>412</i>Precondition Failed</H1>
+    <p>The request was not completed due to preconditions that are set in the request header.</p>
+    <P>
+        Preconditions prevent the requested method from being applied to a resource other than the one intended.
+    </p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 79 - 0
414.html

@@ -0,0 +1,79 @@
+<HTML>
+<head><meta charset="UTF-8">
+<TITLE>414 Request-URI Too Long</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>414</i>Request-URI Too Long</H1>
+<p>The Web server is refusing to service the request because the requested URL address is too long.</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 81 - 0
415.html

@@ -0,0 +1,81 @@
+<HTML>
+<head><meta charset="UTF-8">
+
+<TITLE>415 Unsupported Media Type</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+        padding: 20px;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+    hr {
+        margin: 20px 20px;
+        display: block;
+    }
+    @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>415</i>Unsupported Media Type</H1>
+<p>The Web server cannot service the request because the requested file is in a format that the server is configured not to download.</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 88 - 0
500.html

@@ -0,0 +1,88 @@
+<HTML>
+<head><meta charset="UTF-8">
+<TITLE>500 Internal Server Error</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD><BODY>
+<H1><i>500</i> Internal Server Error</H1>
+    <p>
+    The server encountered an internal error or misconfiguration and was unable to complete your request
+    .</p>
+    <p>
+Please contact the server administrator to inform of the time the error occurred
+and of anything you might have done that may have
+caused the error.
+</p>
+<p>
+More information about this error may be available
+in the server error log.</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+   - Unfortunately, Microsoft has added a clever new
+   - "feature" to Internet Explorer. If the text of
+   - an error's message is "too small", specifically
+   - less than 512 bytes, Internet Explorer returns
+   - its own error message. You can turn that off,
+   - but it's pretty tricky to find switch called
+   - "smart error messages". That means, of course,
+   - that short error messages are censored by default.
+   - IIS always returns error messages that are long
+   - enough to make Internet Explorer happy. The
+   - workaround is pretty simple: pad the error
+   - message with a big comment like this to push it
+   - over the five hundred and twelve bytes minimum.
+   - Of course, that's exactly what you're reading
+   - right now.
+   -->

+ 81 - 0
501.html

@@ -0,0 +1,81 @@
+<HTML>
+<head><meta charset="UTF-8">
+<TITLE>501 Not Implemented</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>501</i>Not Implemented</H1>
+<p>
+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>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 82 - 0
502.html

@@ -0,0 +1,82 @@
+<HTML>
+<head>
+<meta charset="UTF-8">
+<TITLE>502 Bad Gateway</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+         max-width: 800px;
+        margin: 10px auto;
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>502</i> Bad Gateway</H1>
+    <p>
+        Web server received an invalid response while acting as a gateway or proxy server.
+    </p>
+    <p>
+        If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+    </p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->

+ 81 - 0
503.html

@@ -0,0 +1,81 @@
+<HTML>
+<head><meta charset="UTF-8">
+<TITLE>503 Service Temporarily Unavailable</TITLE>
+<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
+<style>
+    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
+    body {
+        font-family: 'Open Sans', sans-serif;
+        color: #444;
+        font-weight: 300;
+        text-align: center;
+    }
+    h1 {
+        font-weight: 300;
+        font-size: 100px;
+    }
+    h1 i {
+        font-style: normal;
+        display: block;
+        font-size: 200px;
+        color:orangered;
+    }
+    a:link {
+        color: orangered;
+        text-decoration: none;
+    }
+    ADDRESS {
+        font-style: normal;
+    }
+    p {
+        font-size: 20px;
+        max-width: 800px;
+        margin: 10px auto;
+        
+    }
+     hr {
+        margin: 20px 20px;
+        display: block;
+    }
+     @media all and (max-width: 700px){
+        h1 {
+            font-size: 36px;
+        }
+        h1 i {
+            font-size: 80px;
+        }
+    }
+  </style> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</HEAD>
+<BODY>
+<H1><i>503</i>Service Temporarily Unavailable</H1>
+<p>
+The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p>
+<p>
+    If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
+</p>
+<HR>
+<ADDRESS>
+Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
+</ADDRESS>
+</BODY>
+</HTML>
+
+<!--
+- Unfortunately, Microsoft has added a clever new
+- "feature" to Internet Explorer. If the text of
+- an error's message is "too small", specifically
+- less than 512 bytes, Internet Explorer returns
+- its own error message. You can turn that off,
+- but it's pretty tricky to find switch called
+- "smart error messages". That means, of course,
+- that short error messages are censored by default.
+- IIS always returns error messages that are long
+- enough to make Internet Explorer happy. The
+- workaround is pretty simple: pad the error
+- message with a big comment like this to push it
+- over the five hundred and twelve bytes minimum.
+- Of course, that's exactly what you're reading
+- right now.
+-->