<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>٤٠٤ - الصفحة غير موجودة</title>
<link href="https://fonts.googleapis.com/css2?family=Amiri&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
padding: 0;
background: linear-gradient(to bottom, #f3efe1, #e8dcc2);
font-family: 'Amiri', serif;
color: #5b4226;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
}
h1 {
font-size: 6rem;
margin: 0;
}
h2 {
font-size: 2rem;
margin: 10px 0;
}
p {
font-size: 1.2rem;
margin-bottom: 30px;
}
a {
padding: 12px 25px;
background-color: #a67c52;
color: white;
text-decoration: none;
border-radius: 8px;
font-size: 1rem;
transition: background-color 0.3s;
}
a:hover {
background-color: #8b5e34;
}
</style>
</head>
<body>
<h1>٤٠٤</h1>
<h2>عذرًا، الصفحة غير موجودة</h2>
<p>يبدو أنك ضللت الطريق. دعنا نعيدك إلى الصفحة الرئيسية.</p>
<a href="/">العودة إلى الصفحة الرئيسية</a>
</body>
</html>