-
Notifications
You must be signed in to change notification settings - Fork 0
/
_index.html
124 lines (93 loc) · 2.79 KB
/
_index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="de">
<head>
<title>Herzlich willkommen auf www.softnetz.de</title>
<meta charset="iso-8859-1" />
<meta name="robots" content="NOODP,INDEX,FOLLOW" />
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<style type="text/css">
html, body {
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
color: #545454;
}
a {
color: #1f6ed7;
text-decoration: none;
}
#wrapper {
width: 100%;
height: 100%;
min-height: 100%;
background-image: -moz-linear-gradient(top, #ffffff, #e0e0e0);
background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
background-image: -o-linear-gradient(top, #ffffff, #e0e0e0);
background-image: linear-gradient(top, #ffffff, #e0e0e0);
background-color: #e0e0e0;
}
#header {
height: 5px;
background: #3f84dd;
}
#content {
width: 75em;
margin: 0 auto;
padding: 1em;
}
#content .sep {
height: 2em;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="header">
</div>
<div id="content">
<h1>Herzlich willkommen auf www.softnetz.de</h1>
<div class="sep">
</div>
<h2>Sind Sie ein <u>Besucher</u>?</h2>
<p>
Dies ist eine Platzhalterseite. Der Domain-Inhaber hat noch keine Inhalte aufgespielt.
</p>
<p>
<b>Ein Impressum existiert aus genannten Gründen noch nicht. Bitte besuchen Sie diese Seite in Kürze wieder.</b>
</p>
<div class="sep">
</div>
<h2>Webhosting mit Domain</h2>
<p>
Webhosting für privat, Vereine und Organisationen finden Sie bei
</p>
<center>
<p>
<a href="https://www.manitu.de/webhosting/" title="Webhosting">
<img src="manitu_logo_mit_claim.png" border="0" alt="manitu - Menschlich. Einfach besser." /><br />
<br />
Webhosting mit 100% deutschem Datenschutz
</a>
</p>
</center>
<div class="sep">
</div>
<h2>Sind Sie der <u>Domain-Inhaber</u>?</h2>
<p>
Wir heißen Sie herzlich willkommen auf Ihrer neuen Internet-Seite <i>www.softnetz.de</i>.
</p>
<p>
Sie sehen diese Platzhalterseite, weil Sie noch keine eigenen Inhalte aufgespielt haben. Bitte spielen Sie Ihre Inhalte auf und <b>überschreiben
oder löschen Sie die Datei <code>index.html</code></b>, damit Sie Ihre eigenen Inhalte sehen.
</p>
<p>
Zur Administration Ihrer Seite gelangen Sie über <a href="http://www.softnetz.de/siteadmin/">www.softnetz.de/siteadmin/</a>.
</p>
</div>
</div>
</body>
</html>