Meta Description" name="description" />
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<title>EYAAD X | الظل الثقيل</title>
<style>
body {
background-color: #0a0a0a;
color: #d4d4d4;
font-family: 'Arial', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
overflow: hidden;
}
.vignette {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background: radial-gradient(circle, transparent 30%, black 90%);
pointer-events: none;
}
.main-ring {
width: 200px;
filter: drop-shadow(0 0 15px #666);
transition: transform 0.5s ease;
cursor: pointer;
}
.main-ring:hover {
transform: scale(1.05);
filter: drop-shadow(0 0 25px #aaa);
}
.status {
margin-top: 20px;
letter-spacing: 2px;
font-weight: bold;
color: #888;
}
.chat-box {
margin-top: 30px;
width: 60%;
text-align: center;
font-size: 1.4rem;
min-height: 50px;
}
</style>
</head>
<body>
<div class="vignette"></div>
<img src="https://img.icons8.com/ios-filled/200/cccccc/diamond-ring.png" class="main-ring" alt="EYAAD X Ring">
<div class="status">EYAAD X | متصل الآن</div>
<div class="chat-box" id="chat">"يا هلا بمستشاري.. وش عندك اليوم؟"</div>
<script>
// هنا سيتم ربط الذكاء الاصطناعي لاحقاً
</script>
</body>
</html>2
2
7KB
6KB
96.0ms
204.0ms
486.0ms