%PDF- %PDF-
| Direktori : /home/infra/Cert/ |
| Current File : //home/infra/Cert/index.html |
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>صرخة من فلسطين</title>
<style>
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', sans-serif;
background: #111;
color: #fff;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
}
h1 {
font-size: 3em;
color: #ff4e4e;
animation: pulse 2s infinite;
}
.message {
margin-top: 20px;
max-width: 80%;
font-size: 1.2em;
line-height: 1.6;
opacity: 0.9;
}
@keyframes pulse {
0% { text-shadow: 0 0 10px #ff4e4e; }
50% { text-shadow: 0 0 20px #ff0000; }
100% { text-shadow: 0 0 10px #ff4e4e; }
}
img {
width: 300px;
border: 2px solid #ff4e4e;
border-radius: 10px;
margin-top: 20px;
box-shadow: 0 0 15px #ff4e4e55;
}
</style>
</head>
<body>
<h1>صرخة من فلسطين</h1>
<div class="message">
<p>لا شيء أصعب من أن ترى وطنك يحترق، وأطفالك يُقصفون، وصرخات الأمهات لا يسمعها أحد.</p>
<p>Nothing is harder than watching your homeland burn, your children bombed, and the cries of mothers go unheard.</p>
<p>Rien n'est plus douloureux que de voir son pays en flammes, ses enfants bombardés, et les cris des mères ignorés.</p>
</div>
<img src="https://www.aljazeera.net/wp-content/uploads/2023/12/doc-34994ca-1703965547.jpg?resize=770%2C513&quality=80" alt="صورة معاناة فلسطين">
<audio autoplay loop>
<source src="data:audio/mp3;base64,//uQxAAADhYWFhYWFhYWFhYWFhY..." type="audio/mp3">
Your browser does not support the audio element.
</audio>
</body>
</html>