<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Situs Sedang Maintenance</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #111;
font-family: Arial, sans-serif;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
.emoji {
font-size: 60px;
margin-bottom: 20px;
}
h1 {
font-size: 2rem;
margin-bottom: 10px;
}
p {
font-size: 1rem;
color: #ccc;
}
</style>
</head>
<body>
<div class="emoji">🚧</div>
<h1>Site is Under Maintenace</h1>
<p>I'll Be Right Back</p>
</body>
</html>