-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (31 loc) · 1.07 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="images/favicon.png" rel="icon" type="image/x-icon" />
<META NAME="Description" CONTENT="404 Fehlerseite">
<META NAME="Author" CONTENT="Tom Scheduikat">
<META NAME="Robots" CONTENT="index,follow">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Wellness Oase Rügen | 404 Fehler</title>
<style>
body{
background:#feedcf;
}
div {text-align: center;}
ul {list-style-type: none;}
</style>
</head>
<body>
<div>
<h1>404 Error - Datei/Link nicht gefunden</h1>
<p>Es tut uns leid, dort ist wohl etwas schief gelaufen!</p>
<h3><a href="index.html" title="Startseite Wellness Oase">Zur Startseite</a></h3>
<script type="text/javascript">
var GOOG_FIXURL_LANG = 'de';
var GOOG_FIXURL_SITE = 'http://wellnessaufruegen.de'
</script>
<script type="text/javascript" src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
</script>
</div>
</body>
</html>