<!DOCTYPE html>
<html lang="ar">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
HaCkEd By GHOST AL-RAFIDAIN <title>HaCkEd By GHOST AL-RAFIDAIN</title>
<style>
/* خلفية متحركة */
body {
background: url('https://madtomatoes.com/wp-content/uploads/2010/11/matrix-animated-image.gif') repeat;
background-size: cover;
color: white;
text-align: center;
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/* تنسيق النص */
h1 {
font-size: 50px;
color: #00FF00; /* اللون الأخضر المميز */
text-shadow: 2px 2px 5px #000000;
font-family: 'Courier New', Courier, monospace;
}
/* النص الأبيض مع ظل لتمييزه */
.hack-message {
font-size: 30pt;
color: #00FF00; /* اللون الأخضر المميز */
text-shadow: 3px 3px 5px black;
}
/* تنسيق مشغل الصوت */
.audio-player {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 600px;
background-color: #000;
border-radius: 5px;
padding: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.audio-player audio {
width: 100%;
border-radius: 5px;
}
</style>
<!-- رسالة النص في وسط الصفحة -->
<h1 class="hack-message">HaCkEd By GHOST AL-RAFIDAIN
<!-- مشغل الصوت (تشغيل تلقائي) -->
<div class="audio-player">
<audio controls autoplay loop>
<source src="https://c.top4top.io/m_3264ecx7u1.mp3" type="audio/mp3">
متصفحك لا يدعم تشغيل الصوت.
</audio>
</div>