Webapp / 508.html
Hosdroid's picture
Create 508.html
f35c6bc verified
Raw
History Blame Contribute Delete
1.88 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>