Webapp / 406.html
Hosdroid's picture
Create 406.html
d500fa5 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, #16a085 0%, #1abc9c 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: #16a085; }
.humor {
background: #d5f4e6;
padding: 0.8rem;
border-radius: 15px;
margin: 1rem 0;
color: #0e6655;
}
a {
display: inline-block;
background: #16a085;
color: white;
padding: 0.75rem 1.5rem;
text-decoration: none;
border-radius: 10px;
margin-top: 1rem;
}
a:hover { background: #1abc9c; }
</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>