Impressum eingefügt
This commit is contained in:
parent
6e1aa997ea
commit
d04cf94ea7
3 changed files with 54 additions and 11 deletions
14
default.css
Normal file
14
default.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
:root {
|
||||||
|
max-width: 80ch;
|
||||||
|
padding: 3em 1em;
|
||||||
|
margin: auto;
|
||||||
|
font-size: 1.25em;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
}
|
32
impressum.html
Normal file
32
impressum.html
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Impressum florianzirker.de</title>
|
||||||
|
<link rel="stylesheet" href="default.css">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Impressum</h1>
|
||||||
|
|
||||||
|
<h4>Angaben gemäß § 5 TMG</h4>
|
||||||
|
<p>Florian Zirker<br />
|
||||||
|
Beethovenstraße 16<br />
|
||||||
|
76870 Kandel</p>
|
||||||
|
|
||||||
|
<h4>Kontakt</h4>
|
||||||
|
<p>
|
||||||
|
E-Mail: admin@florianzirker.de
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="index.html">Startseite</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
17
index.html
17
index.html
|
@ -4,19 +4,12 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>florianzirker.de</title>
|
<title>florianzirker.de</title>
|
||||||
<style>
|
<link rel="stylesheet" href="default.css">
|
||||||
:root {
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
max-width: 80ch;
|
|
||||||
padding: 3em 1em;
|
|
||||||
margin: auto;
|
|
||||||
font-size: 1.25em;
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<h1>florianzirker.de</h1>
|
||||||
<p>
|
<p>
|
||||||
Hier gibt es nichts zu sehen. <br>
|
Hier gibt es nichts zu sehen. <br>
|
||||||
Bitte gehen Sie weiter.
|
Bitte gehen Sie weiter.
|
||||||
|
@ -33,4 +26,8 @@
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="impressum.html">Impressum</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue