SOCIAL MEDIA

<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″ />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
<title>Follow Fancy Tech</title>
<style>
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(to right, #1e1e2f, #2d2d44);
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
text-align: center;
}
h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
}
p {
font-size: 1.1rem;
margin-bottom: 2rem;
}
.social-links {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.social-links a {
background-color: #fff;
color: #000;
padding: 12px 20px;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
}
.social-links a:hover {
background-color: #f39c12;
color: #fff;
}
footer {
position: absolute;
bottom: 20px;
font-size: 0.9rem;
color: #ccc;
}
</style>
</head>
<body>
<h1>Welcome to Fancy Tech!</h1>
<p>Follow us on all our platforms and stay updated with the latest tech & deals!</p>
<div class=”social-links”>
<a href=”https://www.facebook.com/fancytech.pk” target=”_blank”>Facebook</a>
<a href=”https://www.tiktok.com/@fancytech.pk?_t=ZS-8vwHmVDBzzr&_r=1″ target=”_blank”>TikTok</a>
<a href=”https://www.instagram.com/fancytech.pk/” target=”_blank”>Instagram</a>
<a href=”https://www.youtube.com/@fancytech-pk” target=”_blank”>YouTube</a>
</div>
<footer>&copy; 2025 Fancy Tech | All rights reserved</footer>
</body>
</html>

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top