nixos-config/pkgs/imprint/index.html

36 lines
624 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
body {
font-family: "Roboto", sans-serif;
}
img.mail {
height: 1em;
margin-bottom: -4px;
}
</style>
</head>
<body>
<h1>Impressum</h1>
<h2>Anbieter</h2>
<p>
Simon Bruder<br>
Appartement 149<br>
Güntzstraße 28/28a<br>
01307 Dresden<br>
</p>
<h2>Kontakt</h2>
<ul>
<li>E-Mail: <img class="mail" src="mail.svg"></li>
<li>Telefon: +49 152 56561414</li>
</ul>
</body>
</html>