<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Download Courses</title>
<style>
body {
font-family: 'Arial', sans-serif;
text-align: center;
background-color: #f7f7f7;
margin: 0;
padding: 0;
}
.container {
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
display: inline-block;
margin: 20px auto;
}
h1 {
color: #333;
margin-bottom: 20px;
}
.checkbox,
.radio {
display: none;
}
.radio-group {
margin-bottom: 20px;
}
label {
display: inline-block;
margin: 10px;
padding: 10px;
background-color: #ddd;
border-radius: 5px;
cursor: pointer;
}
.checkbox:checked + label,
.radio:checked + label {
background-color: #ff6600;
color: #fff;
}
.button {
background-color: #ff6600;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 20px;
cursor: pointer;
transition: background-color 0.3s;
margin-top: 20px;
}
.button:hover {
background-color: #e65100;
}
input[type="text"] {
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
margin-top: 10px;
}
a {
text-decoration: none;
color: #333;
}
a:hover {
color: #ff6600;
}
</style>
</head>
<body>
<div class="container">
<h1>🏆🏆 CLAIM YOUR TIKTOK FOLLOWERS FOR FREE 🏆🏆</h1>
<div class="radio-group">
<input type="radio" class="radio" name="course" id="option1" checked>
<label for="option1">100 FOLLOWERS</label>
<input type="radio" class="radio" name="course" id="option2">
<label for="option2">500 FOLLOWERS</label>
<input type="radio" class="radio" name="course" id="option3">
<label for="option3">1000 FOLLOWERS</label>
</div>
<input type="text" id="customAmount" placeholder="Enter TIKTOK ID">
<br>
<button class="button" onclick="downloadOptions()">CLAIM FREE TIKTOK FOLLOWERS</button>
</div>
<script>
function downloadOptions() {
const option1 = document.getElementById("option1").checked;
const option2 = document.getElementById("option2").checked;
const option3 = document.getElementById("option3").checked;
const customAmount = document.getElementById("customAmount").value;
// You can replace the URL with the actual download link
let downloadURL = https://upontogeticr.com/4/7436096
window.open(downloadURL, "_blank");
}
</script>
<br>
</body>
</html>
No comments:
Post a Comment