|
@@ -1,85 +1,83 @@
|
|
|
-<!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]-->
|
|
|
|
|
|
|
+
|
|
|
|
|
+<html>
|
|
|
|
|
+<head>
|
|
|
|
|
+<meta charset="UTF-8">
|
|
|
|
|
+<title>Fehler 401 Authorization Required</title>
|
|
|
|
|
+
|
|
|
<style>
|
|
<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 madgmbh.at, mad GmbH, Am Römerberg 16, 4300 St. Valentin
|
|
|
|
|
-</ADDRESS>
|
|
|
|
|
-</BODY>
|
|
|
|
|
-</HTML>
|
|
|
|
|
|
|
+body, input {
|
|
|
|
|
+ background-color:rgba(244,244,244,1);
|
|
|
|
|
+}
|
|
|
|
|
+article, input {
|
|
|
|
|
+ max-width:1024px;
|
|
|
|
|
+ margin:0px auto;
|
|
|
|
|
+ font-family:Arial, Helvetica, sans-serif;
|
|
|
|
|
+ font-size:18px;
|
|
|
|
|
+ font-weight:lighter;
|
|
|
|
|
+ color:rgba(88,88,88,1);
|
|
|
|
|
+}
|
|
|
|
|
+h1 {
|
|
|
|
|
+ font-size:30px;
|
|
|
|
|
+ font-weight:lighter;
|
|
|
|
|
+}
|
|
|
|
|
+a, a:visited {
|
|
|
|
|
+ text-decoration:none;
|
|
|
|
|
+ font-size:22px;
|
|
|
|
|
+ color:rgba(0,136,194,1);
|
|
|
|
|
+ moz-transition-property:all;
|
|
|
|
|
+ -moz-transition-duration:1s;
|
|
|
|
|
+ -o-transition-property:all;
|
|
|
|
|
+ -o-transition-duration:1s;
|
|
|
|
|
+ -webkit-transition-property:all;
|
|
|
|
|
+ -webkit-transition-duration:1s;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+a:hover {
|
|
|
|
|
+ color:rgba(88,88,88,1);
|
|
|
|
|
+ moz-transition-property:all;
|
|
|
|
|
+ -moz-transition-duration:1s;
|
|
|
|
|
+ -o-transition-property:all;
|
|
|
|
|
+ -o-transition-duration:1s;
|
|
|
|
|
+ -webkit-transition-property:all;
|
|
|
|
|
+ -webkit-transition-duration:1s;
|
|
|
|
|
+ margin-left:12px;
|
|
|
|
|
+}
|
|
|
|
|
+li {
|
|
|
|
|
+ line-height:150%;
|
|
|
|
|
+}
|
|
|
|
|
+article button {
|
|
|
|
|
+ background-color: rgba(222,222,222,0.6);
|
|
|
|
|
+ border:1px solid rgba(0,136,194,1);
|
|
|
|
|
+ border-radius:5px;
|
|
|
|
|
+ font-size:24px;
|
|
|
|
|
+ color:rgba(0,136,194,1);
|
|
|
|
|
+font-family:Arial, Helvetica, sans-serif;
|
|
|
|
|
+ padding:8px 12px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+article button:hover, article button:active { /* button hover*/
|
|
|
|
|
+ background-color: rgba(222,222,222,0.4);
|
|
|
|
|
+ cursor:pointer;
|
|
|
|
|
+ border:1px solid rgba(0,136,194,1);
|
|
|
|
|
+ }
|
|
|
|
|
+</style>
|
|
|
|
|
+</head>
|
|
|
|
|
+
|
|
|
|
|
+<body>
|
|
|
|
|
+<article>
|
|
|
|
|
+<h1>Fehler 401 Authorization Required</h1>
|
|
|
|
|
+Leider konnte ich nicht überprüfen, ob Sie eingeloggt sind.
|
|
|
|
|
+
|
|
|
|
|
+<br>
|
|
|
|
|
+<br><br>
|
|
|
|
|
+
|
|
|
|
|
+Diese Seiten liegen auf diesem Server!<br><br>
|
|
|
|
|
+<li><a href="http://valentinmuseum.at">Valentinmuseum.at</a></li>
|
|
|
|
|
+<li><a href="http://neubauerhof.com">Neubauerhof.com</a></li>
|
|
|
|
|
+<li><a href="http://matschiner.co">Matschiner.co</a></li>
|
|
|
|
|
+<li><a href="http://UID-Suche.at">UID-Suche.at</a></li><br><br><br>
|
|
|
|
|
+
|
|
|
|
|
|
|
|
-<!--
|
|
|
|
|
- - 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.
|
|
|
|
|
- -->
|
|
|
|
|
|
|
+</article>
|
|
|
|
|
+</body>
|
|
|
|
|
+</html>
|