Impressum eingefügt

This commit is contained in:
Florian Zirker 2022-08-21 16:09:16 +02:00
parent 6e1aa997ea
commit d04cf94ea7
3 changed files with 54 additions and 11 deletions

View file

@ -4,19 +4,12 @@
<head>
<meta charset="UTF-8">
<title>florianzirker.de</title>
<style>
:root {
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">
<link rel="stylesheet" href="default.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>florianzirker.de</h1>
<p>
Hier gibt es nichts zu sehen. <br>
Bitte gehen Sie weiter.
@ -33,4 +26,8 @@
</p>
</body>
</html>
<footer>
<a href="impressum.html">Impressum</a>
</footer>
</html>