
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>شغل بین</title>
<style>
body{
margin:0;
font-family:Vazirmatn;
background:linear-gradient(135deg,#eef2ff,#f8f9ff);
height:100vh;
display:flex;
align-items:center;
justify-content:center
}
.box{
background:white;
padding:50px;
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,.15);
text-align:center;
max-width:550px
}
h1{
color:#4361ee;
font-size:32px
}
p{
color:#555;
line-height:1.9
}
.status{
margin-top:20px;
background:#eef1ff;
padding:10px 20px;
border-radius:30px;
display:inline-block;
font-size:14px
}
</style>
</head>
<body>
<div class="box">
<h1>سایت موقتاً در دسترس نیست</h1>
<p>
سامانه شغل بین در حال حاضر در دسترس نمی‌باشد
<br>
تیم فنی در حال رفع مشکل است
</p>
<div class="status">
در حال بررسی
</div>
</div>
<script>
setTimeout(function(){location.reload();},30000);
</script>
</body>
</html>