h / index.html
monsefkoko's picture
Update index.html
016a2e6 verified
Raw
History Blame Contribute Delete
6.54 kB
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ajij Solver - الخط المغربي الأصيل</title>
<style>
/* استيراد الخط المغربي المبسوط من المستودع ديالك */
@font-face {
font-family: 'Maghribi-Mabsout';
/* استخدمت رابط الـ raw باش المتصفح يقدر يحمل الملف كخط */
src: url('https://raw.githubusercontent.com/atalan67/mykoko.github.io/18ff46d3b5288809ffb94b85fc469d650b196ecc/arabswell_1%20(1).ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Maghribi-Mabsout', serif;
background: #1a1a2e;
color: white;
text-align: center;
padding: 20px;
margin: 0;
}
.box {
background: #16213e;
padding: 30px;
border-radius: 20px;
display: inline-block;
border: 2px solid #4ecca3;
box-shadow: 0 0 20px rgba(78, 204, 163, 0.3);
margin-top: 20px;
max-width: 95%;
}
h2 {
font-family: 'Maghribi-Mabsout', serif;
font-size: 2.8rem;
color: #4ecca3;
margin-bottom: 20px;
text-shadow: 2px 2px 10px rgba(78, 204, 163, 0.4);
}
p {
font-size: 1.5rem;
margin-bottom: 20px;
}
input {
font-family: 'Maghribi-Mabsout', serif;
padding: 12px;
border-radius: 10px;
border: 2px solid #0f3460;
width: 80%;
margin-bottom: 20px;
background: #0f3460;
color: white;
text-align: center;
font-size: 1.3rem;
outline: none;
transition: 0.3s;
}
input:focus {
border-color: #4ecca3;
box-shadow: 0 0 10px rgba(78, 204, 163, 0.5);
}
button {
font-family: 'Maghribi-Mabsout', serif;
padding: 12px 35px;
background: #4ecca3;
border: none;
border-radius: 10px;
cursor: pointer;
font-weight: bold;
color: #1a1a2e;
font-size: 1.5rem;
transition: 0.3s;
}
button:hover {
background: #45b393;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(78, 204, 163, 0.4);
}
#captcha-frame {
margin-top: 30px;
border-radius: 15px;
overflow: hidden;
display: flex;
justify-content: center;
}
.ad-unit {
margin: 20px auto;
}
/* تنسيق الإعلان المنبثق */
.sticky-ad {
position: fixed;
bottom: 20px;
left: 0;
right: 0;
z-index: 99999;
pointer-events: none;
}
.sticky-content {
position: relative;
display: inline-block;
pointer-events: auto;
background: rgba(22, 33, 62, 0.95);
padding: 5px;
border-radius: 10px;
border: 1px solid #4ecca3;
}
.close-btn {
position: absolute;
top: -12px;
right: -12px;
background: white;
border-radius: 50%;
padding: 5px;
cursor: pointer;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
</style>
</head>
<body>
<div class="ad-unit">
<script>
atOptions = {
'key' : '476f3c9d53d84274a2da1fe1a778510a',
'format' : 'iframe',
'height' : 300,
'width' : 160,
'params' : {}
};
</script>
<script src="https://www.highperformanceformat.com/476f3c9d53d84274a2da1fe1a778510a/invoke.js"></script>
</div>
<div id="frame" style="width: 100%; margin-bottom: 20px;">
<iframe data-aa='2432946' src='//acceptable.a-ads.com/2432946/?size=Adaptive'
style='border:0; padding:0; width:70%; height:auto; overflow:hidden; display: block; margin: auto'></iframe>
</div>
<!-- BEGIN AADS AD UNIT 2433447 -->
<div id="frame" style="width: 100%;margin: auto;position: relative; z-index: 99998;">
<iframe data-aa='2433447' src='//acceptable.a-ads.com/2433447/?size=Adaptive'
style='border:0; padding:0; width:70%; height:auto; overflow:hidden;display: block;margin: auto'></iframe>
</div>
<!-- END AADS AD UNIT 2433447 -->
<div class="box">
<h2>مركز حل المهام 🛠️</h2>
<p>دخل ID المهمة باش تبدا:</p>
<input type="text" id="taskId" placeholder="مثلاً: 82320904018">
<br>
<button onclick="loadCaptcha()">إظهار الكابتشا</button>
<div id="captcha-frame">
</div>
</div>
<div class="sticky-ad">
<div class="sticky-content" id="sticky-box">
<div class="close-btn" onclick="document.getElementById('sticky-box').style.display='none'">
<svg fill="#000000" height="12px" width="12px" viewBox="0 0 490 490">
<polygon points="456.851,0 245,212.564 33.149,0 0.708,32.337 212.669,245.004 0.708,457.678 33.149,490 245,277.443 456.851,490 489.292,457.678 277.331,245.004 489.292,32.337 "/>
</svg>
</div>
<iframe data-aa='2433011' src='//ad.a-ads.com/2433011/?size=336x280' style='border:0; padding:0; width:336px; height:280px; overflow:hidden;'></iframe>
</div>
</div>
<script>
function loadCaptcha() {
const id = document.getElementById('taskId').value;
if(!id) {
alert("عفاك دخل ID المهمة أولاً!");
return;
}
const container = document.getElementById('captcha-frame');
container.innerHTML = `
<iframe src="https://2captcha.com/p/recaptcha-v2?id=${id}"
width="350" height="450" frameborder="0"
style="border-radius:15px; border:2px solid #4ecca3; background: white;"></iframe>
`;
}
</script>
</body>
</html>