Create 502.html
Browse files
502.html
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="fa" dir="rtl">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>۵۰۲ - دروازه خراب</title>
|
| 7 |
+
<style>
|
| 8 |
+
body {
|
| 9 |
+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 10 |
+
background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
|
| 11 |
+
margin: 0;
|
| 12 |
+
display: flex;
|
| 13 |
+
justify-content: center;
|
| 14 |
+
align-items: center;
|
| 15 |
+
min-height: 100vh;
|
| 16 |
+
text-align: center;
|
| 17 |
+
}
|
| 18 |
+
.box {
|
| 19 |
+
background: white;
|
| 20 |
+
padding: 2rem;
|
| 21 |
+
border-radius: 20px;
|
| 22 |
+
box-shadow: 0 15px 35px rgba(0,0,0,0.2);
|
| 23 |
+
max-width: 500px;
|
| 24 |
+
}
|
| 25 |
+
h1 { font-size: 5rem; margin: 0; color: #e67e22; }
|
| 26 |
+
.humor {
|
| 27 |
+
background: #fdebd0;
|
| 28 |
+
padding: 0.8rem;
|
| 29 |
+
border-radius: 15px;
|
| 30 |
+
margin: 1rem 0;
|
| 31 |
+
color: #a04000;
|
| 32 |
+
}
|
| 33 |
+
a {
|
| 34 |
+
display: inline-block;
|
| 35 |
+
background: #e67e22;
|
| 36 |
+
color: white;
|
| 37 |
+
padding: 0.75rem 1.5rem;
|
| 38 |
+
text-decoration: none;
|
| 39 |
+
border-radius: 10px;
|
| 40 |
+
margin-top: 1rem;
|
| 41 |
+
}
|
| 42 |
+
a:hover { background: #d35400; }
|
| 43 |
+
</style>
|
| 44 |
+
</head>
|
| 45 |
+
<body>
|
| 46 |
+
<div class="box">
|
| 47 |
+
<h1>۵۰۲</h1>
|
| 48 |
+
<h2>🚧 دروازه خراب</h2>
|
| 49 |
+
<p>سرور واسطه یک جواب غلط و نامفهوم از مقصد اصلی گرفت.</p>
|
| 50 |
+
<div class="humor">
|
| 51 |
+
💢 طنز: «در خونه دوستت زدم، یه غریبه در رو باز کرد گفت: منم نمیدونم کیه. رفتم پی کارم.»
|
| 52 |
+
</div>
|
| 53 |
+
<a href="https://kokabtak-webapp.static.hf.space/">🔙 برگشت به صفحه اصلی</a>
|
| 54 |
+
</div>
|
| 55 |
+
</body>
|
| 56 |
+
</html>
|