phyest / index.html
JWMCLARKY's picture
- Initial Deployment
a52ade6 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free Porn Videos & Sex Movies - Porno, XXX, Porn Tube</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>
.age-gate {
background: linear-gradient(135deg, #ff9900 0%, #ff6600 100%);
}
.video-card:hover .video-thumbnail {
transform: scale(1.03);
}
.dropdown:hover .dropdown-menu {
display: block;
}
.nav-link:hover {
color: #ff9900;
}
.category-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
</style>
</head>
<body class="bg-gray-100 text-gray-800 font-sans">
<!-- Cookie Notice -->
<div class="bg-black text-white py-2 px-4 flex justify-between items-center">
<div>
This site uses cookies to help improve your user experience. Learn more about how we use cookies in our
<a href="https://www.pornhub.com/information/cookie-notice" class="text-orange-400 hover:underline">Cookie Notice</a>.
</div>
<div class="flex space-x-2">
<button class="px-3 py-1 bg-gray-700 rounded hover:bg-gray-600">Customize Cookies</button>
<button class="px-3 py-1 bg-orange-500 rounded hover:bg-orange-600">Ok</button>
</div>
</div>
<!-- Age Gate -->
<div class="age-gate min-h-screen flex flex-col items-center justify-center p-4 text-white">
<div class="max-w-2xl mx-auto text-center">
<img src="https://ei.phncdn.com/www-static/images/pornhub_logo_straight.svg" alt="Pornhub Logo" class="w-64 mx-auto mb-8">
<h1 class="text-3xl font-bold mb-6">This is an adult website</h1>
<p class="mb-6">
This website contains age-restricted materials including nudity and explicit depictions of sexual activity.
By entering, you affirm that you are at least 18 years of age or the age of majority in the jurisdiction
you are accessing the website from and you consent to viewing sexually explicit content.
</p>
<p class="mb-8">
Our Terms are changing. These changes will or have come into effect on <strong>30 June 2025</strong>.
To see the updated changes, please see our <a href="https://www.pornhub.com/information/terms" class="font-bold underline">New Terms of Service</a>.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4 mb-8">
<a href="#" class="bg-white text-orange-600 font-bold py-3 px-8 rounded hover:bg-gray-100 transition duration-300">
I am 18 or older - Enter
</a>
<a href="#" class="bg-transparent border-2 border-white text-white font-bold py-3 px-8 rounded hover:bg-white hover:text-orange-600 transition duration-300">
I am under 18 - Exit
</a>
</div>
<p class="text-sm">
Our <a href="https://help.pornhub.com/hc/en-us/articles/4419885579795" class="underline">parental controls page</a>
explains how you can easily block access to this site.
</p>
<div class="mt-8 flex justify-center items-center">
<span class="mr-4">© Pornhub.com, 2025</span>
<a href="https://www.rtalabel.org/">
<img src="https://cdn1-smallimg.phncdn.com/n172nWs1UEcnquuObA5x52osw51230gH/rta-1.gif" alt="RTA" class="h-8">
</a>
</div>
</div>
</div>
<!-- Main Content (hidden until age verification) -->
<div class="hidden">
<!-- Header -->
<header class="bg-black text-white">
<div class="container mx-auto px-4 py-3 flex items-center justify-between">
<div class="flex items-center space-x-4">
<a href="#" class="text-2xl font-bold">
<img src="https://ei.phncdn.com/www-static/images/pornhub_logo_straight.svg" alt="Pornhub Logo" class="h-8">
</a>
<div class="hidden md:flex space-x-4">
<a href="#" class="nav-link">Videos</a>
<a href="#" class="nav-link">Categories</a>
<a href="#" class="nav-link">Pornstars</a>
<a href="#" class="nav-link">Photos</a>
</div>
</div>
<div class="flex items-center space-x-4">
<div class="relative">
<input type="text" placeholder="Search..." class="bg-gray-800 text-white px-4 py-2 rounded-full w-64 focus:outline-none focus:ring-2 focus:ring-orange-500">
<button class="absolute right-3 top-2 text-gray-400">
<i class="fas fa-search"></i>
</button>
</div>
<div class="flex space-x-2">
<a href="#" class="bg-orange-500 hover:bg-orange-600 px-4 py-2 rounded">Sign Up</a>
<a href="#" class="bg-gray-700 hover:bg-gray-600 px-4 py-2 rounded">Log In</a>
</div>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold mb-6">Welcome to the best porn experience</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-800 p-6 rounded-lg">
<div class="text-orange-500 text-4xl mb-4">
<i class="fas fa-play-circle"></i>
</div>
<h3 class="text-xl font-bold mb-2">Unlimited Videos</h3>
<p>Stream thousands of high-quality porn videos for free</p>
</div>
<div class="bg-gray-800 p-6 rounded-lg">
<div class="text-orange-500 text-4xl mb-4">
<i class="fas fa-star"></i>
</div>
<h3 class="text-xl font-bold mb-2">Top Pornstars</h3>
<p>Watch your favorite pornstars in action</p>
</div>
<div class="bg-gray-800 p-6 rounded-lg">
<div class="text-orange-500 text-4xl mb-4">
<i class="fas fa-tags"></i>
</div>
<h3 class="text-xl font-bold mb-2">All Categories</h3>
<p>Find exactly what you're looking for</p>
</div>
</div>
</div>
</section>
<!-- Trending Videos -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center mb-8">
<h2 class="text-2xl font-bold">Trending Videos</h2>
<a href="#" class="text-orange-500 hover:underline">View All</a>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
<!-- Video Card 1 -->
<div class="video-card bg-white rounded-lg overflow-hidden shadow-md">
<div class="relative overflow-hidden">
<img src="https://ei.phncdn.com/videos/202506/18/470527625/original/(m=qX_IWL0beafTGgaaaa)(mh=jPG-qEVUkDaiLSWt)0.jpg"
alt="Video thumbnail" class="w-full h-48 object-cover video-thumbnail transition duration-300">
<div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white px-2 py-1 text-sm rounded">
15:08
</div>
</div>
<div class="p-4">
<h3 class="font-semibold mb-1 line-clamp-2">Blake Blossom Helps Stepbro Resist Temptation of Her Juicy Ass & Big tits, Gains His Seed</h3>
<div class="flex justify-between text-sm text-gray-600">
<span>Princess Cum</span>
<span>793K views</span>
</div>
</div>
</div>
<!-- Video Card 2 -->
<div class="video-card bg-white rounded-lg overflow-hidden shadow-md">
<div class="relative overflow-hidden">
<img src="https://ei.phncdn.com/videos/202506/23/470772975/original/(m=qLHR7L0beafTGgaaaa)(mh=l-5xdxaDBpjV8OQ8)0.jpg"
alt="Video thumbnail" class="w-full h-48 object-cover video-thumbnail transition duration-300">
<div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white px-2 py-1 text-sm rounded">
15:06
</div>
</div>
<div class="p-4">
<h3 class="font-semibold mb-1 line-clamp-2">Neglected Housewife Bunny Madison Desires Her Loving Stepson's Cum Deep in Her Pussy S6:E9</h3>
<div class="flex justify-between text-sm text-gray-600">
<span>Mom Wants To Breed</span>
<span>95.4K views</span>
</div>
</div>
</div>
<!-- Video Card 3 -->
<div class="video-card bg-white rounded-lg overflow-hidden shadow-md">
<div class="relative overflow-hidden">
<img src="https://ei.phncdn.com/videos/202506/06/469846095/original/(m=eafTGgaaaa)(mh=c35gBb6XWHpPuhiB)13.jpg"
alt="Video thumbnail" class="w-full h-48 object-cover video-thumbnail transition duration-300">
<div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white px-2 py-1 text-sm rounded">
8:18
</div>
</div>
<div class="p-4">
<h3 class="font-semibold mb-1 line-clamp-2">ميرا نوري مع صاحبها احمد العراقي في البيت نيج طيز وكس</h3>
<div class="flex justify-between text-sm text-gray-600">
<span>Mira nouri 97</span>
<span>501K views</span>
</div>
</div>
</div>
<!-- Video Card 4 -->
<div class="video-card bg-white rounded-lg overflow-hidden shadow-md">
<div class="relative overflow-hidden">
<img src="https://ei.phncdn.com/videos/202408/09/456287751/original/(m=qPO97SZbeafTGgaaaa)(mh=BJ3a2pLZe73eKiVG)0.jpg"
alt="Video thumbnail" class="w-full h-48 object-cover video-thumbnail transition duration-300">
<div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white px-2 py-1 text-sm rounded">
32:09
</div>
</div>
<div class="p-4">
<h3 class="font-semibold mb-1 line-clamp-2">SWEET SINNER - Kylie Rocket Shoots Some Sexual Content With Her Boyfriend's Dad Ryan Mclane</h3>
<div class="flex justify-between text-sm text-gray-600">
<span>Sweet Sinner</span>
<span>933K views</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Categories Section -->
<section class="py-12 bg-gray-100">
<div class="container mx-auto px-4">
<h2 class="text-2xl font-bold mb-8">Popular Categories</h2>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
<!-- Category Card 1 -->
<a href="#" class="category-card bg-white rounded-lg p-4 shadow-md text-center transition duration-300">
<div class="w-16 h-16 mx-auto mb-2 bg-gray-200 rounded-full flex items-center justify-center">
<i class="fas fa-user text-orange-500 text-xl"></i>
</div>
<h3 class="font-semibold">Mature</h3>
<p class="text-sm text-gray-600">32,776 Videos</p>
</a>
<!-- Category Card 2 -->
<a href="#" class="category-card bg-white rounded-lg p-4 shadow-md text-center transition duration-300">
<div class="w-16 h-16 mx-auto mb-2 bg-gray-200 rounded-full flex items-center justify-center">
<i class="fas fa-graduation-cap text-orange-500 text-xl"></i>
</div>
<h3 class="font-semibold">18-25</h3>
<p class="text-sm text-gray-600">214,323 Videos</p>
</a>
<!-- Category Card 3 -->
<a href="#" class="category-card bg-white rounded-lg p-4 shadow-md text-center transition duration-300">
<div class="w-16 h-16 mx-auto mb-2 bg-gray-200 rounded-full flex items-center justify-center">
<i class="fas fa-female text-orange-500 text-xl"></i>
</div>
<h3 class="font-semibold">MILF</h3>
<p class="text-sm text-gray-600">150,915 Videos</p>
</a>
<!-- Category Card 4 -->
<a href="#" class="category-card bg-white rounded-lg p-4 shadow-md text-center transition duration-300">
<div class="w-16 h-16 mx-auto mb-2 bg-gray-200 rounded-full flex items-center justify-center">
<i class="fas fa-venus text-orange-500 text-xl"></i>
</div>
<h3 class="font-semibold">Ebony</h3>
<p class="text-sm text-gray-600">34,457 Videos</p>
</a>
<!-- Category Card 5 -->
<a href="#" class="category-card bg-white rounded-lg p-4 shadow-md text-center transition duration-300">
<div class="w-16 h-16 mx-auto mb-2 bg-gray-200 rounded-full flex items-center justify-center">
<i class="fas fa-fire text-orange-500 text-xl"></i>
</div>
<h3 class="font-semibold">Anal</h3>
<p class="text-sm text-gray-600">109,051 Videos</p>
</a>
<!-- Category Card 6 -->
<a href="#" class="category-card bg-white rounded-lg p-4 shadow-md text-center transition duration-300">
<div class="w-16 h-16 mx-auto mb-2 bg-gray-200 rounded-full flex items-center justify-center">
<i class="fas fa-heart text-orange-500 text-xl"></i>
</div>
<h3 class="font-semibold">Lesbian</h3>
<p class="text-sm text-gray-600">37,313 Videos</p>
</a>
</div>
</div>
</section>
<!-- Pornstars Section -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center mb-8">
<h2 class="text-2xl font-bold">Top Pornstars</h2>
<a href="#" class="text-orange-500 hover:underline">View All</a>
</div>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-6">
<!-- Pornstar Card 1 -->
<div class="text-center">
<div class="relative group">
<img src="https://ei.phncdn.com/pics/users/372/679/361/avatar1521542417/(m=eidYGCjadOf)(mh=PoolzTshY-VmOzqE)200x200.jpg"
alt="Alex Adams" class="w-full h-40 object-cover rounded-lg mb-2">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<span class="text-white font-bold">View Profile</span>
</div>
</div>
<h3 class="font-semibold">Alex Adams</h3>
<p class="text-sm text-gray-600">340 Videos</p>
</div>
<!-- Pornstar Card 2 -->
<div class="text-center">
<div class="relative group">
<img src="https://ei.phncdn.com/(m=bLazqgKlbyaT)(mh=_3ARZe6ETtMP5tUc)fa4e95b6-4e8e-4b14-acf7-b7df709860c6.jpg"
alt="Kylie page" class="w-full h-40 object-cover rounded-lg mb-2">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<span class="text-white font-bold">View Profile</span>
</div>
</div>
<h3 class="font-semibold">Kylie page</h3>
<p class="text-sm text-gray-600">853 Videos</p>
</div>
<!-- Pornstar Card 3 -->
<div class="text-center">
<div class="relative group">
<img src="https://ei.phncdn.com/(m=bLazqgKlbyaT)(mh=C8mYfyqBUqVqiKsn)c978394e-3783-4103-b2b3-13d7e89f424d.jpg"
alt="Abella danger" class="w-full h-40 object-cover rounded-lg mb-2">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<span class="text-white font-bold">View Profile</span>
</div>
</div>
<h3 class="font-semibold">Abella danger</h3>
<p class="text-sm text-gray-600">853 Videos</p>
</div>
<!-- Pornstar Card 4 -->
<div class="text-center">
<div class="relative group">
<img src="https://ei.phncdn.com/(m=eidYGCjadOf)(mh=TO7UZ9JoHeC9kXM7)e799c60b-510d-475a-a5c7-c1da73eb9acc.jpg"
alt="Blake blossom" class="w-full h-40 object-cover rounded-lg mb-2">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<span class="text-white font-bold">View Profile</span>
</div>
</div>
<h3 class="font-semibold">Blake blossom</h3>
<p class="text-sm text-gray-600">438 Videos</p>
</div>
<!-- Pornstar Card 5 -->
<div class="text-center">
<div class="relative group">
<img src="https://ei.phncdn.com/(m=bLWsSeKlbyaT)(mh=wOE8EHapaw2sjGxT)1958f3f3-e3df-4af2-918a-6857a8f042ca.jpg"
alt="Julie Jess" class="w-full h-40 object-cover rounded-lg mb-2">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<span class="text-white font-bold">View Profile</span>
</div>
</div>
<h3 class="font-semibold">Julie Jess</h3>
<p class="text-sm text-gray-600">103 Videos</p>
</div>
<!-- Pornstar Card 6 -->
<div class="text-center">
<div class="relative group">
<img src="https://ei.phncdn.com/(m=bLWsSeKlbyaT)(mh=JRlQSAJCsMg_YS9W)36750d16-6941-42c1-81be-b229314080df.jpg"
alt="Johnny Sins" class="w-full h-40 object-cover rounded-lg mb-2">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<span class="text-white font-bold">View Profile</span>
</div>
</div>
<h3 class="font-semibold">Johnny Sins</h3>
<p class="text-sm text-gray-600">961 Videos</p>
</div>
</div>
</div>
</section>
<!-- Trending Searches -->
<section class="py-12 bg-gray-100">
<div class="container mx-auto px-4">
<h2 class="text-2xl font-bold mb-6">Trending Searches</h2>
<div class="flex flex-wrap gap-2">
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">4th of july</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">vivian taylor</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">melissa stratton</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">kelsi monroe</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">melztube</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">mandy muse</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">barbie rous</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">bokep japanese uncensored</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">yinyleon</a>
<a href="#" class="bg-white px-4 py-2 rounded-full shadow-sm hover:bg-orange-500 hover:text-white transition duration-300">turk</a>
</div>
</div>
</section>
<!-- Premium CTA -->
<section class="py-16 bg-gradient-to-r from-orange-500 to-pink-500 text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl font-bold mb-4">Upgrade to Pornhub Premium</h2>
<p class="text-xl mb-8">No Ads + Exclusive Content + HD Videos + Cancel Anytime</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-4xl mx-auto">
<div class="bg-white bg-opacity-20 p-6 rounded-lg">
<div class="text-4xl mb-4">
<i class="fas fa-ad"></i>
</div>
<h3 class="text-xl font-bold mb-2">No Ads</h3>
<p>Enjoy uninterrupted viewing</p>
</div>
<div class="bg-white bg-opacity-20 p-6 rounded-lg">
<div class="text-4xl mb-4">
<i class="fas fa-star"></i>
</div>
<h3 class="text-xl font-bold mb-2">Exclusive Content</h3>
<p>Access premium videos</p>
</div>
<div class="bg-white bg-opacity-20 p-6 rounded-lg">
<div class="text-4xl mb-4">
<i class="fas fa-film"></i>
</div>
<h3 class="text-xl font-bold mb-2">HD Quality</h3>
<p>Crystal clear videos</p>
</div>
</div>
<button class="mt-8 bg-white text-orange-600 font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition duration-300">
Start Free Week of Premium
</button>
</div>
</section>
<!-- Footer -->
<footer class="bg-black text-gray-400 py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-white font-bold mb-4">Information</h3>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">Sitemap</a></li>
<li><a href="#" class="hover:text-white">Terms & Conditions</a></li>
<li><a href="#" class="hover:text-white">Privacy Notice</a></li>
<li><a href="#" class="hover:text-white">DMCA</a></li>
</ul>
</div>
<div>
<h3 class="text-white font-bold mb-4">Work With Us</h3>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">Content Partners</a></li>
<li><a href="#" class="hover:text-white">Advertise</a></li>
<li><a href="#" class="hover:text-white">Webmasters</a></li>
<li><a href="#" class="hover:text-white">Model Program</a></li>
</ul>
</div>
<div>
<h3 class="text-white font-bold mb-4">Support and Help</h3>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">Content Removal</a></li>
<li><a href="#" class="hover:text-white">Contact Support</a></li>
<li><a href="#" class="hover:text-white">FAQ</a></li>
<li><a href="#" class="hover:text-white">Parental Controls</a></li>
</ul>
</div>
<div>
<h3 class="text-white font-bold mb-4">Discover</h3>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">Pornhub Blog</a></li>
<li><a href="#" class="hover:text-white">Insights Blog</a></li>
<li><a href="#" class="hover:text-white">Sexual Wellness Center</a></li>
<li><a href="#" class="hover:text-white">Mobile</a></li>
</ul>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center mb-4 md:mb-0">
<span class="mr-4">© Pornhub.com, 2025</span>
<a href="#">
<img src="https://cdn1-smallimg.phncdn.com/n172nWs1UEcnquuObA5x52osw51230gH/rta-1.gif" alt="RTA" class="h-8">
</a>
</div>
<div class="flex space-x-4">
<a href="#" class="text-white hover:text-orange-500">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-white hover:text-orange-500">
<i class="fab fa-discord text-xl"></i>
</a>
</div>
</div>
</div>
</footer>
</div>
<script>
// Simple age verification logic
document.addEventListener('DOMContentLoaded', function() {
const enterButton = document.querySelector('.age-gate a:first-of-type');
const exitButton = document.querySelector('.age-gate a:last-of-type');
const mainContent = document.querySelector('.hidden');
enterButton.addEventListener('click', function(e) {
e.preventDefault();
document.querySelector('.age-gate').style.display = 'none';
mainContent.classList.remove('hidden');
});
exitButton.addEventListener('click', function(e) {
e.preventDefault();
alert('You are being redirected to a safe site.');
// In a real implementation, you would redirect to a safe site
});
});
</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=JWMCLARKY/phyest" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>