Webapp / 410.html
Hosdroid's picture
Create 410.html
98f53dd verified
Raw
History Blame Contribute Delete
1.9 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>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 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: #7f8c8d; }
.humor {
background: #e9ecef;
padding: 0.8rem;
border-radius: 15px;
margin: 1rem 0;
color: #495057;
}
a {
display: inline-block;
background: #7f8c8d;
color: white;
padding: 0.75rem 1.5rem;
text-decoration: none;
border-radius: 10px;
margin-top: 1rem;
}
a:hover { background: #95a5a6; }
</style>
</head>
<body>
<div class="box">
<h1>۴۱۰</h1>
<h2>💀 رفته دیگه!</h2>
<p>صفحه یا فایلی که دنبالش بودی، قبلاً وجود داشته ولی الان برای همیشه حذف شده.</p>
<div class="humor">
💢 طنز: «قبلاً اینجا چیزی بود، ولی رفته. نه شاید بعداً برگرده، نه. رفته دیگه. برو جلو...»
</div>
<a href="https://kokabtak-webapp.static.hf.space/">🔙 برگشت به صفحه اصلی</a>
</div>
</body>
</html>