63 lines
1.2 KiB
HTML
63 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>HTTP Error 404 / Http Fehler 404</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<style type="text/css">
|
|
|
|
body {
|
|
background: #eee;
|
|
font: normal normal 16px/140% Arial, Helvetica, Trebuchet MS, Geneva, sans-serif;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
line-height: 100%;
|
|
}
|
|
h2 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
line-height: 100%;
|
|
}
|
|
|
|
.Container {
|
|
background: #fff;
|
|
width: 825px;
|
|
}
|
|
.Content {
|
|
background: #fff;
|
|
font-size: 12px;
|
|
height: 400px;
|
|
line-height: 16px;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
</style>
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="Container">
|
|
|
|
<div class="Logo"></div>
|
|
|
|
<div class="Content">
|
|
|
|
<h1>HTTP Error 404</h1>
|
|
<h2>The site you have requestet was not found on this Server</h2>
|
|
<p>Please check your spelling and ry again.</p>
|
|
<p>Thank You very much!</p>
|
|
|
|
<h1>HTTP Fehler 404</h1>
|
|
<h2>Die von Ihnen aufgerufene Seite gibt es leider nicht - Sorry</h2>
|
|
<p>Bitte prüfen Sie die Adresse und versuchen es nochmals.</p>
|
|
<p>Vielen Dank für Ihr Verständnis!</p>
|
|
|
|
</div><!-- .Content -->
|
|
</div><!-- .Container -->
|
|
|
|
</body>
|
|
</html>
|