<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TikTok Fast Gain Followers</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f8f8f8;
}
.container {
max-width: 800px;
margin: 50px auto;
padding: 20px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
color: #333333;
}
p {
text-align: center;
color: #666666;
}
.image-options {
display: flex;
justify-content: center;
margin-top: 30px;
}
.image-options img {
max-width: 200px;
margin: 0 10px;
border-radius: 10px;
}
.cta-button {
display: block;
width: 200px;
margin: 30px auto;
padding: 15px 30px;
text-align: center;
color: #ffffff;
background-color: #ff5a5f;
border: none;
border-radius: 25px;
font-size: 18px;
text-decoration: none;
cursor: pointer;
transition: background-color 0.3s ease;
}
.cta-button:hover {
background-color: #e04146;
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to TikTok Fast Gain Followers!</h1>
<p>Are you ready to skyrocket your TikTok following? Look no further!</p>
<div class="image-options">
<img src="https://i.ytimg.com/vi/9ezTMM4nDVc/maxresdefault.jpg" alt="Image 1">
<!-- Add more image options as needed -->
</div>
<a href="place add" class="cta-button" target="_blank">Get Started Now</a>
</div>
</body>
</html>