mcq-test-for-punjab-police-2025 ad
<html lang="hi">
<head>
<meta charset="UTF-8"></meta>
<meta content="width=device-width, initial-scale=1.0" name="viewport"></meta>
<title>Ad - Quiz Ready</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f4f4f9;
margin: 0;
padding: 20px;
}
h1 {
font-size: 2.5em;
font-weight: bold;
color: #333;
}
.ad-container {
max-width: 800px;
margin: 0 auto;
background-color: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ad-container iframe {
width: 100%;
height: 400px;
border: none;
border-radius: 10px;
}
.timer {
font-size: 1.5em;
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Your Quiz is Ready!</h1>
<div class="ad-container">
<iframe src="https://oodruhoufouzair.com/4/4653888"></iframe>
<div class="timer" id="timer">10</div>
<p>Your quiz will start in <span id="timer">10</span> seconds...</p>
</div>
<script>
const timerElement = document.getElementById('timer');
let timer = 10;
// URL se subject parameter extract karein
const urlParams = new URLSearchParams(window.location.search);
const subject = urlParams.get('subject');
// Timer start karein
const countdown = setInterval(() => {
timer--;
timerElement.textContent = timer;
if (timer <= 0) {
clearInterval(countdown);
// Quiz Page par redirect karein
window.location.href = `https://mock222.blogspot.com/p/mcq-test-for-punjab-police-2025.html`;
}
}, 1000);
</script>
</body>
</html>
No comments: