Webapp / 400.html
Hosdroid's picture
Create 400.html
973f2e5 verified
Raw
History Blame Contribute Delete
1.81 kB
<!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>
<meta http-equiv="refresh" content="1; url=https://kokabtak-webapp.static.hf.space/">
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
margin: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
}
.box {
background: white;
padding: 2rem;
border-radius: 20px;
box-shadow: 0 15px 35px rgba(0,0,0,0.2);
max-width: 500px;
}
h1 { font-size: 5rem; margin: 0; color: #ff6b6b; }
p { font-size: 1.2rem; }
.humor {
background: #fff3cd;
padding: 0.8rem;
border-radius: 15px;
margin: 1rem 0;
color: #856404;
}
.redirect-note {
font-size: 0.8rem;
color: #666;
}
</style>
</head>
<body>
<div class="box">
<h1>۴۰۰</h1>
<h2>🗿 چه گفتی؟!</h2>
<p>سرور نتونست حرفت رو بفهمه. یا اشتباه زدی، یا خیلی خلاصه گفتی!</p>
<div class="humor">
💢 طنز: «این که چیزی نیست که به من بدی! یه کم منظم حرف بزن.»
</div>
<p>دارم می‌فرستمت به صفحه اصلی...</p>
<div class="redirect-note">یک لحظه صبر کن (۱ ثانیه)...</div>
</div>
</body>
</html>