<!DOCTYPE @techpk3013>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WhatsApp Group Channels</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
.container {
max-width: 800px;
margin: 50px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
color: #333;
}
.group-category {
margin-top: 30px;
text-align: center;
}
.group-category h2 {
color: #555;
}
.group-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 20px;
}
.group-card {
width: calc(33.33% - 20px);
margin: 10px;
padding: 20px;
background-color: #78ab46;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
transition: transform 0.3s ease-in-out;
}
.group-card:hover {
transform: translateY(-5px);
}
.group-card a {
text-decoration: none;
color: #333;
}
.group-card h3 {
margin-bottom: 10px;
font-size: 20px;
text-align: center;
color: #fff;
}
.group-card p {
font-size: 14px;
color: #fff;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<h1>Join WhatsApp Group Channels</h1>
<div class="group-category">
<h2>Explore Different Categories</h2>
<div class="group-list">
<div class="group-card">
<a href="https://www.youtube.com/@techpk3013">18+ Groups</a>
<p>Explore adult content and discussions.</p>
</div>
<div class="group-card">
<a href="https://www.youtube.com/@techpk3013">USA Groups</a>
<p>Connect with people from the United States.</p>
</div>
<div class="group-card">
<a href="https://www.youtube.com/@techpk3013">UAE Groups</a>
<p>Join groups related to the United Arab Emirates.</p>
</div>
<div class="group-card">
<a href="https://www.youtube.com/@techpk3013">Jobs Groups</a>
<p>Find job opportunities and career discussions.</p>
</div>
<div class="group-card">
<a href="https://www.youtube.com/@techpk3013">UK Groups</a>
<p>Connect with people from the United Kingdom.</p>
</div>
</div>
</div>
</div>
</body>
</html>