fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
| DIR:/home/u1105814/www/mountanasikunir.com/ |
| Current File : /home/u1105814/www/mountanasikunir.com/under_maintenance.php |
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Situs Sedang Dalam Perbaikan</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<style>
body {
background-color: #f8f9fa;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.construction-icon {
font-size: 100px;
color: #ffc107;
}
</style>
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="construction-icon mb-4">
🚧
</div>
<h1 class="display-4">Situs Sedang Dalam Perbaikan</h1>
<p class="lead">Kami sedang melakukan pemeliharaan untuk meningkatkan pengalaman Anda. Silakan kembali lagi nanti.</p>
<hr>
<p class="text-muted">Terima kasih atas kesabaran Anda.</p>
</div>
</div>
</div>
</body>
</html>
|