You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
933 B
HTML
34 lines
933 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="theme-color" content="black">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>jonahbauer.eu</title>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
|
|
<link href="index.css" rel="stylesheet"/>
|
|
<script>
|
|
/*to prevent Firefox FOUC, this must be here*/
|
|
let FF_FOUC_FIX;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="spacer-top"></div>
|
|
<main class="content">
|
|
<h1 class="title">Impressum</h1>
|
|
<div class="impressum">
|
|
Jonah Bauer<br>
|
|
Bucher Straße 43<br>
|
|
90419 Nürnberg
|
|
<p>
|
|
info@jonahbauer.eu
|
|
</div>
|
|
</main>
|
|
<div class="spacer-bottom"></div>
|
|
<footer class="footer">
|
|
<a href="./" draggable="false">Startseite</a>
|
|
</footer>
|
|
</body>
|
|
</html> |