<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>thebusinesguide.com - Website Dalam Perbaikan</title>
<meta name="description" content="thebusinesguide.com saat ini sedang dalam perbaikan. Kami akan segera kembali dengan tampilan dan fitur baru!" />
<link rel="canonical" itemprop="mainEntityOfPage" href="https://thebusinesguide.com/" />
<meta name="robots" content="index, follow" />
<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=Orbitron:wght@500&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Orbitron', sans-serif;
background: radial-gradient(circle at top, #000000, #0d0d0d 80%);
color: #ffffff;
text-align: center;
padding: 50px 20px;
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: center;
}
h1 {
font-size: 2.8rem;
margin-bottom: 20px;
color: #00fff7;
animation: pulse 2s infinite;
}
p {
font-size: 1.2rem;
max-width: 600px;
margin: 0 auto;
color: #cccccc;
}
@keyframes pulse {
0% { text-shadow: 0 0 10px #00fff7; }
50% { text-shadow: 0 0 20px #00fff7; }
100% { text-shadow: 0 0 10px #00fff7; }
}
footer {
margin-top: 50px;
font-size: 0.9rem;
color: #777;
}
@media (max-width: 600px) {
h1 {
font-size: 2rem;
}
p {
font-size: 1rem;
}
}
</style>
</head>
<body>
<h1>Situs Dalam Perbaikan</h1>
<p>Kami sedang menyempurnakan sistem kami untuk pengalaman yang lebih baik.<br>
Silakan kembali lagi nanti. Terima kasih atas kesabaran Anda!</p>
<footer>
© 2025 thebusinesguide.com. All rights reserved.
</footer>
</body>
</html>