Webapp / 429.html
Hosdroid's picture
Create 429.html
48197de verified
Raw
History Blame Contribute Delete
1.94 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, #d35400 0%, #e67e22 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: #d35400; }
.humor {
background: #ffe8d9;
padding: 0.8rem;
border-radius: 15px;
margin: 1rem 0;
color: #a04000;
}
a {
display: inline-block;
background: #d35400;
color: white;
padding: 0.75rem 1.5rem;
text-decoration: none;
border-radius: 10px;
margin-top: 1rem;
}
a:hover { background: #e67e22; }
</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>