Webapp / 404.html
Hosdroid's picture
Create 404.html
df04b9c verified
Raw
History Blame Contribute Delete
1.79 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, #2c3e50 0%, #e74c3c 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: #e74c3c; }
p { font-size: 1.2rem; }
.humor {
background: #f8d7da;
padding: 0.8rem;
border-radius: 15px;
margin: 1rem 0;
color: #721c24;
}
.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>