Map / index.html
stat2025's picture
Update index.html
d021874 verified
raw
history blame contribute delete
517 Bytes
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="utf-8"/>
<title>تحت المعالجة</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 100px;
background-color: #f8f9fa;
color: #333;
}
h1 {
color: red;
}
</style>
</head>
<body>
<h1>🚧 جاري تعديل الكود 🚧</h1>
<p>الصفحة تحت المعالجة حالياً، يرجى العودة لاحقاً.</p>
</body>
</html>