40 lines
1.0 KiB
HTML
40 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Klipptider - Coming Soon</title>
|
|
<style>
|
|
body {
|
|
font-family: sans-serif;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
min-height: 100vh;
|
|
margin: 0;
|
|
background-color: #f4f4f4;
|
|
color: #333;
|
|
text-align: center;
|
|
}
|
|
.container {
|
|
padding: 20px;
|
|
border-radius: 8px;
|
|
background-color: #fff;
|
|
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
h1 {
|
|
color: #007bff;
|
|
}
|
|
p {
|
|
margin-top: 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Klipptider</h1>
|
|
<p>Your shortcut to available hair salon appointments in Kungsbacka.</p>
|
|
<p>We're getting ready to launch! Stay tuned.</p>
|
|
</div>
|
|
</body>
|
|
</html> |