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