Make Imprint a full fledged html page

This commit is contained in:
Marcel Schwarz 2024-03-25 21:26:34 +01:00
parent ea4783095b
commit b4d6f47bac

View File

@ -1,3 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imprint</title>
</head>
<body>
<div class='impressum'>
<h1>Impressum</h1>
<img src="jkl.png">
@ -33,3 +42,6 @@
Impressum vom <a href="https://www.impressum-generator.de">Impressum Generator</a> der <a
href="https://www.kanzlei-hasselbach.de/standorte/frankfurt/" rel="nofollow">Kanzlei Hasselbach, Frankfurt</a>
</div>
</body>
</html>