hk / index.html
hc1608's picture
Add 2 files
0b151f4 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Divine Vishnu - Temples of Lord Vishnu in India</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.temple-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.hero-section {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url('https://images.unsplash.com/photo-1589998059171-988d887df646?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
background-size: cover;
background-position: center;
}
.countdown-item {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
}
.mobile-menu {
transition: all 0.3s ease;
}
</style>
</head>
<body class="bg-gray-50 font-sans antialiased">
<!-- Header -->
<header class="fixed w-full bg-white shadow-md z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fas fa-om text-2xl text-blue-600"></i>
<h1 class="text-xl font-bold text-blue-800">Divine Vishnu</h1>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#home" class="text-blue-800 hover:text-blue-600 font-medium">Home</a>
<a href="#temples" class="text-blue-800 hover:text-blue-600 font-medium">Temples</a>
<a href="#festivals" class="text-blue-800 hover:text-blue-600 font-medium">Festivals</a>
<a href="#about" class="text-blue-800 hover:text-blue-600 font-medium">About</a>
<a href="#contact" class="text-blue-800 hover:text-blue-600 font-medium">Contact</a>
</nav>
<button id="menu-toggle" class="md:hidden text-blue-800 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="mobile-menu hidden md:hidden bg-white w-full px-4 py-2 border-t shadow-lg">
<div class="flex flex-col space-y-3">
<a href="#home" class="text-blue-800 hover:text-blue-600 py-2">Home</a>
<a href="#temples" class="text-blue-800 hover:text-blue-600 py-2">Temples</a>
<a href="#festivals" class="text-blue-800 hover:text-blue-600 py-2">Festivals</a>
<a href="#about" class="text-blue-800 hover:text-blue-600 py-2">About</a>
<a href="#contact" class="text-blue-800 hover:text-blue-600 py-2">Contact</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section id="home" class="hero-section pt-24 pb-32 text-white flex items-center justify-center relative overflow-hidden">
<div class="absolute inset-0 bg-blue-900/20 backdrop-blur-sm"></div>
<div class="container mx-auto px-4 text-center relative z-10">
<h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6 leading-tight">
<span class="text-transparent bg-clip-text bg-gradient-to-r from-blue-300 to-yellow-200">Divine Abodes</span> <br>of Lord Vishnu
</h1>
<p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto text-blue-100 drop-shadow-md">Explore the sacred temples dedicated to Lord Vishnu across India</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#temples" class="relative inline-flex items-center justify-center px-8 py-4 overflow-hidden font-semibold text-blue-900 transition-all duration-300 ease-in-out bg-white rounded-full hover:bg-blue-100 group">
<span class="relative group-hover:text-blue-800">View Temples</span>
<i class="fas fa-chevron-right ml-2 group-hover:translate-x-1 transition-transform"></i>
</a>
<a href="#festivals" class="relative inline-flex items-center justify-center px-8 py-4 font-semibold text-white transition-all border-2 border-white rounded-full group hover:bg-white hover:text-blue-800">
<span class="relative">Upcoming Festivals</span>
<i class="fas fa-calendar-alt ml-2 group-hover:text-blue-600 transition-colors"></i>
</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-gradient-to-b from-blue-50 to-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-800 mb-4">About Lord Vishnu</h2>
<div class="w-24 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="flex flex-col md:flex-row items-center gap-10">
<div class="md:w-1/2">
<img src="https://images.unsplash.com/photo-1605000797499-95a51c5269ae?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
alt="Lord Vishnu" class="rounded-lg shadow-xl w-full h-auto">
</div>
<div class="md:w-1/2">
<p class="text-lg text-gray-700 mb-6">
Lord Vishnu is one of the principal deities of Hinduism and is known as "The Preserver" within the Trimurti.
Vishnu is revered as the supreme being in Vaishnavism and is often depicted resting on the coils of the serpent Shesha,
with his consort Lakshmi massaging his feet.
</p>
<p class="text-lg text-gray-700 mb-6">
Vishnu is said to descend in the form of an avatar to restore cosmic order. His avatars like Rama and Krishna are among
the most widely worshipped figures in Hinduism.
</p>
<div class="grid grid-cols-2 md:grid-cols-3 gap-4 mt-6">
<div class="bg-white p-4 rounded-lg shadow-sm text-center">
<i class="fas fa-water text-3xl text-blue-500 mb-2"></i>
<p class="font-medium">Preserver</p>
</div>
<div class="bg-white p-4 rounded-lg shadow-sm text-center">
<i class="fas fa-dharmachakra text-3xl text-blue-500 mb-2"></i>
<p class="font-medium">Dharma</p>
</div>
<div class="bg-white p-4 rounded-lg shadow-sm text-center">
<i class="fas fa-infinity text-3xl text-blue-500 mb-2"></i>
<p class="font-medium">Infinity</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Temples Section -->
<section id="temples" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-800 mb-4">Sacred Vishnu Temples</h2>
<div class="w-24 h-1 bg-blue-600 mx-auto"></div>
<p class="text-gray-600 mt-4 max-w-2xl mx-auto">Discover the most revered temples dedicated to Lord Vishnu across India</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Temple Card 1 -->
<div class="temple-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
<div class="relative overflow-hidden h-64">
<img src="https://images.unsplash.com/photo-1528184038570-820c4e76a6d4?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
alt="Tirupati Temple" class="w-full h-full object-cover transform hover:scale-105 transition duration-500">
<div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/70 via-transparent p-4">
<h3 class="text-xl font-bold text-white">Tirumala Venkateswara Temple</h3>
<p class="text-blue-200">Andhra Pradesh</p>
</div>
</div>
<div class="p-6">
<div class="flex items-center mb-3">
<i class="fas fa-map-marker-alt text-blue-500 mr-2"></i>
<p class="text-gray-600">Tirumala, Andhra Pradesh</p>
</div>
<p class="text-gray-700 mb-4">
One of the richest and most visited temples in the world, dedicated to Lord Venkateswara, an incarnation of Vishnu.
</p>
<div class="flex justify-between items-center">
<span class="text-sm font-medium px-3 py-1 bg-blue-100 text-blue-800 rounded-full">Vaishnavite</span>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Read More →</a>
</div>
</div>
</div>
<!-- Temple Card 2 -->
<div class="temple-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
<div class="relative overflow-hidden h-64">
<img src="https://images.unsplash.com/photo-1527525443983-6e60c75fff46?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
alt="Badrinath Temple" class="w-full h-full object-cover transform hover:scale-105 transition duration-500">
<div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/70 via-transparent p-4">
<h3 class="text-xl font-bold text-white">Badrinath Temple</h3>
<p class="text-blue-200">Uttarakhand</p>
</div>
</div>
<div class="p-6">
<div class="flex items-center mb-3">
<i class="fas fa-map-marker-alt text-blue-500 mr-2"></i>
<p class="text-gray-600">Badrinath, Uttarakhand</p>
</div>
<p class="text-gray-700 mb-4">
One of the Char Dham pilgrimage sites, Badrinath is dedicated to Lord Badrinarayan, a form of Vishnu in his aspect of Narayan.
</p>
<div class="flex justify-between items-center">
<span class="text-sm font-medium px-3 py-1 bg-blue-100 text-blue-800 rounded-full">Char Dham</span>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Read More →</a>
</div>
</div>
</div>
<!-- Temple Card 3 -->
<div class="temple-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
<div class="relative overflow-hidden h-64">
<img src="https://images.unsplash.com/photo-1581464909137-aec8269893a9?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
alt="Ranganathaswamy Temple" class="w-full h-full object-cover transform hover:scale-105 transition duration-500">
<div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/70 via-transparent p-4">
<h3 class="text-xl font-bold text-white">Ranganathaswamy Temple</h3>
<p class="text-blue-200">Tamil Nadu</p>
</div>
</div>
<div class="p-6">
<div class="flex items-center mb-3">
<i class="fas fa-map-marker-alt text-blue-500 mr-2"></i>
<p class="text-gray-600">Srirangam, Tamil Nadu</p>
</div>
<p class="text-gray-700 mb-4">
The largest functioning Hindu temple in the world dedicated to Ranganatha, a reclining form of Lord Vishnu.
</p>
<div class="flex justify-between items-center">
<span class="text-sm font-medium px-3 py-1 bg-blue-100 text-blue-800 rounded-full">Divya Desam</span>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Read More →</a>
</div>
</div>
</div>
</div>
<div class="text-center mt-10">
<a href="#" class="inline-flex items-center px-6 py-3 border border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white rounded-full font-medium transition duration-300">
View All Temples <i class="fas fa-chevron-right ml-2"></i>
</a>
</div>
</div>
</section>
<!-- Festivals Section -->
<section id="festivals" class="py-16 bg-gradient-to-b from-white to-blue-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-800 mb-4">Upcoming Festivals</h2>
<div class="w-24 h-1 bg-blue-600 mx-auto"></div>
<p class="text-gray-600 mt-4 max-w-2xl mx-auto">Celebrate the divine occasions dedicated to Lord Vishnu</p>
</div>
<div class="max-w-4xl mx-auto">
<!-- Countdown -->
<div class="grid grid-cols-4 gap-4 mb-12">
<div class="countdown-item rounded-lg p-4 text-center">
<div id="days" class="text-4xl md:text-5xl font-bold text-blue-800">00</div>
<div class="text-gray-600">Days</div>
</div>
<div class="countdown-item rounded-lg p-4 text-center">
<div id="hours" class="text-4xl md:text-5xl font-bold text-blue-800">00</div>
<div class="text-gray-600">Hours</div>
</div>
<div class="countdown-item rounded-lg p-4 text-center">
<div id="minutes" class="text-4xl md:text-5xl font-bold text-blue-800">00</div>
<div class="text-gray-600">Minutes</div>
</div>
<div class="countdown-item rounded-lg p-4 text-center">
<div id="seconds" class="text-4xl md:text-5xl font-bold text-blue-800">00</div>
<div class="text-gray-600">Seconds</div>
</div>
</div>
<!-- Festival Card -->
<div class="bg-white rounded-2xl shadow-xl overflow-hidden transition-all duration-300 hover:shadow-2xl">
<div class="md:flex">
<div class="md:w-1/3">
<img src="https://images.unsplash.com/photo-1521270580358-db7a25471fec?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
alt="Vaikuntha Ekadashi" class="w-full h-full object-cover">
</div>
<div class="p-8 md:w-2/3">
<div class="uppercase tracking-wide text-sm text-blue-500 font-semibold">Next Festival</div>
<h3 class="mt-2 text-2xl font-bold text-gray-900">Vaikuntha Ekadashi</h3>
<p class="mt-2 text-gray-600">
One of the most important Ekadashis, which is believed to open the gates of Vaikuntha (divine abode of Vishnu). Devotees observe fasting and stay awake all night singing devotional songs.
</p>
<div class="mt-4 flex flex-wrap items-center gap-4">
<div class="flex items-center">
<i class="fas fa-calendar-day text-blue-500 mr-2"></i>
<span class="text-gray-700">December 22, 2023</span>
</div>
<div class="flex items-center">
<i class="fas fa-location-dot text-blue-500 mr-2"></i>
<span class="text-gray-700">All Vishnu Temples</span>
</div>
</div>
</div>
</div>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-6 mt-8">
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-all duration-300 flex items-start border-l-4 border-blue-500">
<div class="mr-4 text-blue-500 pt-1">
<i class="fas fa-moon text-3xl"></i>
</div>
<div>
<h4 class="font-bold text-xl text-gray-800">Rama Navami</h4>
<p class="text-gray-600 mt-2">Celebrating the birth of Lord Rama, the seventh avatar of Vishnu.</p>
<div class="mt-3">
<span class="inline-block px-3 py-1 text-sm font-semibold bg-blue-50 text-blue-700 rounded-full">April 17, 2024</span>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-all duration-300 flex items-start border-l-4 border-yellow-500">
<div class="mr-4 text-yellow-500 pt-1">
<i class="fas fa-sun text-3xl"></i>
</div>
<div>
<h4 class="font-bold text-xl text-gray-800">Krishna Janmashtami</h4>
<p class="text-gray-600 mt-2">Celebrating the birth of Lord Krishna, the eighth avatar of Vishnu.</p>
<div class="mt-3">
<span class="inline-block px-3 py-1 text-sm font-semibold bg-yellow-50 text-yellow-700 rounded-full">August 26, 2024</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-blue-800 text-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Contact Us</h2>
<div class="w-24 h-1 bg-white mx-auto"></div>
<p class="mt-4 max-w-2xl mx-auto">Have questions about Vishnu temples or festivals? Reach out to us!</p>
</div>
<div class="max-w-4xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-10">
<div class="space-y-6">
<div class="flex items-center space-x-4">
<div class="bg-blue-700 p-3 rounded-full">
<i class="fas fa-map-marker-alt text-xl"></i>
</div>
<div>
<h4 class="font-bold text-lg">Our Office</h4>
<p class="text-blue-200">123 Dharma Nagar, Varanasi, UP, India</p>
</div>
</div>
<div class="flex items-center space-x-4">
<div class="bg-blue-700 p-3 rounded-full">
<i class="fas fa-envelope text-xl"></i>
</div>
<div>
<h4 class="font-bold text-lg">Email Us</h4>
<p class="text-blue-200">contact@divinevishnu.com</p>
</div>
</div>
<div class="flex items-center space-x-4">
<div class="bg-blue-700 p-3 rounded-full">
<i class="fas fa-phone-alt text-xl"></i>
</div>
<div>
<h4 class="font-bold text-lg">Call Us</h4>
<p class="text-blue-200">+91 9876543210</p>
</div>
</div>
<div class="pt-4">
<h4 class="font-bold text-lg mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="bg-blue-700 hover:bg-blue-600 p-3 rounded-full transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="bg-blue-700 hover:bg-blue-600 p-3 rounded-full transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="bg-blue-700 hover:bg-blue-600 p-3 rounded-full transition">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="bg-blue-700 hover:bg-blue-600 p-3 rounded-full transition">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="bg-white rounded-lg shadow-lg p-6 text-gray-800">
<form class="space-y-4">
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Name</label>
<input type="text" id="name" class="mt-1 p-3 w-full border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email</label>
<input type="email" id="email" class="mt-1 p-3 w-full border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="subject" class="block text-sm font-medium text-gray-700">Subject</label>
<input type="text" id="subject" class="mt-1 p-3 w-full border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700">Message</label>
<textarea id="message" rows="4" class="mt-1 p-3 w-full border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500"></textarea>
</div>
<div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white py-3 px-4 rounded-md font-medium transition duration-300">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gradient-to-b from-blue-800 to-blue-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="flex flex-col lg:flex-row justify-between items-start gap-12">
<div class="mb-6 md:mb-0">
<div class="flex items-center space-x-2">
<i class="fas fa-om text-2xl"></i>
<h2 class="text-xl font-bold">Divine Vishnu</h2>
</div>
<p class="mt-2 text-blue-300 max-w-md">Exploring the sacred abodes of Lord Vishnu across India.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-12 w-full">
<div>
<h3 class="text-lg font-semibold mb-3">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#home" class="text-blue-300 hover:text-white transition">Home</a></li>
<li><a href="#temples" class="text-blue-300 hover:text-white transition">Temples</a></li>
<li><a href="#festivals" class="text-blue-300 hover:text-white transition">Festivals</a></li>
<li><a href="#about" class="text-blue-300 hover:text-white transition">About</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-3">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-blue-300 hover:text-white transition">Pilgrimage Guide</a></li>
<li><a href="#" class="text-blue-300 hover:text-white transition">Temple Timings</a></li>
<li><a href="#" class="text-blue-300 hover:text-white transition">Vishnu Sahasranamam</a></li>
<li><a href="#" class="text-blue-300 hover:text-white transition">Devotional Songs</a></li>
</ul>
</div>
<div class="hidden md:block">
<h3 class="text-lg font-semibold mb-3">Newsletter</h3>
<div class="flex">
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-md focus:outline-none text-gray-800">
<button class="bg-blue-500 hover:bg-blue-600 px-4 py-2 rounded-r-md transition">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
</div>
<div class="border-t border-blue-700 mt-12 pt-6 text-center text-blue-300">
<p class="flex flex-col sm:flex-row justify-center items-center gap-2">
<span>&copy; 2023 Divine Vishnu. All rights reserved.</span>
<span class="hidden sm:inline"></span>
<span>Built with <i class="fas fa-heart text-red-400 mx-1"></i> for devotees</span>
</p>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="fixed hidden bottom-8 right-8 bg-blue-600 hover:bg-blue-700 text-white p-3 rounded-full shadow-lg transition duration-300">
<i class="fas fa-arrow-up"></i>
</button>
<script>
// Mobile Menu Toggle
const menuToggle = document.getElementById('menu-toggle');
const mobileMenu = document.getElementById('mobile-menu');
menuToggle.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Back to Top Button
const backToTopButton = document.getElementById('back-to-top');
window.addEventListener('scroll', () => {
if (window.pageYOffset > 300) {
backToTopButton.classList.remove('hidden');
} else {
backToTopButton.classList.add('hidden');
}
});
backToTopButton.addEventListener('click', () => {
window.scrollTo({ top: 0, behavior: 'smooth' });
});
// Countdown Timer
function updateCountdown() {
// Set the target date to today
const today = new Date();
const targetDate = new Date(today.getFullYear(), today.getMonth(), today.getDate(), 23, 59, 59).getTime();
const now = new Date().getTime();
const distance = targetDate - now;
// Time calculations
const days = Math.floor(distance / (1000 * 60 * 60 * 24));
const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display results
document.getElementById('days').textContent = days.toString().padStart(2, '0');
document.getElementById('hours').textContent = hours.toString().padStart(2, '0');
document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0');
document.getElementById('seconds').textContent = seconds.toString().padStart(2, '0');
}
// Update countdown every second
updateCountdown();
setInterval(updateCountdown, 1000);
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=hc1608/hk" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>