-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpressum.html
34 lines (33 loc) · 1 KB
/
impressum.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Marks Rätsel</title>
</head>
<body>
<div id="oben">
<br />
<h1 id="überschrift">Impressum</h1>
<br />
</div>
<div id="menue" >
<a href="index.html" id="menue2">Hauptseite</a>
<a href="impressum.html" id="menue2" style="background-color:#BDBDBD; box-shadow: none;">Impressum</a>
<a href="haftungsausschluss.html" id="menue2">Haftungsausschluss</a>
</div>
<div id='inhalt'>
<br />
<div id="text">
<b>VERANTWORTLICH FÜR DIESE SEITEN</b><br /><br />
<a href="http://beta.archenhold.de">Archenhold-Gymnasium</a><br />
Mark Bader<br />
Rudower Straße 7<br />
12439 Berlin<br /><br />
<b>Kontakt:</b><br />
Telefon: 030 / 6360195<br />
Fax: 030 / 6360185<br />
E-Mail: <a href="mailto:[email protected]">[email protected]</a>
</div>
<div id="unten">© Mark Bader 2013</div>
</div>
</body>
</html>