<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Website Maintenance</title>
<style>
body {
background-color: #f4f4f4;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #333;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
text-align: center;
padding: 20px;
}
.container {
background: #ffffff;
padding: 40px;
border-radius: 10px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
max-width: 600px;
}
h1 {
color: #c0392b;
font-size: 2.5rem;
margin-bottom: 10px;
}
p {
font-size: 1.2rem;
line-height: 1.6;
}
.logo {
margin-bottom: 20px;
}
img {
max-width: 100px;
}
</style>
</head>
<body>
<div class="container">
<h1>⛔ Website Maintenance</h1>
<p>
Website <strong>grill-wine.com</strong> is under construsction.
<br><br>
We will be right back ASAP, Thankyou!.
</p>
</div>
</body>
</html>