You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>zielke.studio - coming soon</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
h1, a {
|
|
font-family: "Kanit", sans-serif;
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="background-color: black; color: white; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;">
|
|
<img src="images/zielke.studio.logo.white.png" alt="Zielke Studio Logo" style="max-width: 300px; height: auto; margin-bottom: 20px;">
|
|
<h1 style="font-size: 3em; margin: 0;">Coming Soon</h1>
|
|
<a href="https://www.samuelzielke.de" style="position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); font-size: 0.8em; color: grey; text-decoration: none;">Impressum</a>
|
|
</div>
|
|
</body>
|
|
</html> |