intro page code :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HiAnime - Watch Anime Online, Free Anime Streaming Online (official)</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Poppins', sans-serif;
background-color: #12131a;
color: #ffffff;
margin: 0;
-webkit-font-smoothing: antialiased;
}
.containbg {
background-color: #242530;
}
.mainbg {
background: linear-gradient(to right, #242530 0%, transparent 100%);
}
.imagdesign {
object-fit: cover;
object-position: right;
height: 100%;
width: 100%;
}
.search-input {
background: #ffffff;
color: #000;
}
.btn-pink {
background-color: #ffbade;
color: #12131a;
transition: 0.3s;
}
.btn-pink:hover {
background-color: #ee559ce5;
}
.nav-link:hover {
color: #ee559ce5;
}
.text-pink-custom {
color: #ee559ce5;
}
/* Custom scrollbar to keep it clean */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #12131a;
}
::-webkit-scrollbar-thumb {
background: #242530;
border-radius: 10px;
}
</style>
</head>
<body class="flex flex-col items-center">
<div class="w-full max-w-[1300px] space-y-7">
<!-- Header / Navigation -->
<header class="md:pt-20 pt-12 flex justify-between items-center px-4">
<!-- Desktop Nav -->
<div class="hidden md:flex justify-center w-full text-white font-medium space-x-10">
<a class="nav-link transition" href="#">Home</a>
<a class="nav-link transition" href="#">Movies</a>
<a class="nav-link transition" href="#">TV Series</a>
<a class="nav-link transition" href="#">Most Popular</a>
<a class="nav-link transition" href="#">Top Airing</a>
</div>
<!-- Mobile Nav -->
<div class="md:hidden text-white flex items-center gap-2">
<button class="focus:outline-none">
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
<p class="text-xl font-medium">Menu</p>
</div>
</header>
<!-- Desktop Hero (Visible on MD and LG) -->
<div class="lg:flex md:flex hidden lg:max-w-[1300px] md:max-w-[750px] lg:h-[498px] containbg rounded-[1.8rem] overflow-hidden relative mx-4 md:mx-auto">
<div class="lg:w-[55%] md:w-[80%] lg:pl-20 md:pl-12 lg:py-16 md:py-10 z-20">
<a href="#"><img src="https://hianimes.se/assets/logo.png" alt="logo" class="w-[11rem]"/></a>
<div class="flex w-full space-x-2 py-7">
<div class="w-[75%] bg-white rounded-xl">
<input type="search" class="text-lg w-full outline-none rounded-xl px-5 py-3 search-input" placeholder="Search anime..."/>
</div>
<button class="btn-pink px-5 py-4 rounded-xl text-xl">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>
</button>
</div>
<p class="text-white font-medium leading-[26px]">
Top search: Solo Leveling Season 2: Arise from the Shadow <br/>
Sakamoto Days. Solo Leveling One Piece The Apothecary <br/>
Diaries Season 2 Shangri-La Frontier Blue Lock Frieren: Beyond <br/>
Journey's End I'm Getting Married to a Girl I Hate in My...
</p>
<a href="home/index.html">
<button class="btn-pink mt-10 px-7 py-4 rounded-xl font-semibold text-xl flex justify-center items-center gap-6">
<p>Watch anime</p>
<div class="pt-1 text-[26px]">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em">
<path d="M464 256c0-114.87-93.13-208-208-208S48 141.13 48 256s93.13 208 208 208 208-93.13 208-208zm-212.65 91.36a16 16 0 0 1-.09-22.63L303.58 272H170a16 16 0 0 1 0-32h133.58l-52.32-52.73A16 16 0 1 1 274 164.73l79.39 80a16 16 0 0 1 0 22.54l-79.39 80a16 16 0 0 1-22.65.09z"></path>
</svg>
</div>
</button>
</a>
</div>
<!-- Hero Image with Gradient Overlay -->
<div class="w-[750px] overflow-hidden flex relative">
<div class="mainbg absolute z-10 w-full h-full"></div>
<img src="https://hianimes.se/assets/anw-min.png" alt="mainimage" class="imagdesign"/>
</div>
</div>
<!-- Mobile Hero (Visible on Small Screens only) -->
<div class="flex md:hidden containbg overflow-hidden relative mx-4 rounded-2xl">
<div class="w-full px-6 py-12 text-center">
<a class="flex justify-center" href="#"><img src="https://hianimes.se/assets/logo.png" alt="logo" class="w-[9rem]"/></a>
<div class="flex w-full space-x-2 py-7">
<div class="w-[80%] bg-white rounded-xl">
<input type="search" class="text-lg w-full outline-none rounded-xl px-5 py-3 search-input" placeholder="Search anime..."/>
</div>
<button class="btn-pink px-4 py-4 rounded-xl text-xl">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>
</button>
</div>
<p class="text-white text-sm font-medium leading-[26px]">
Top search: Solo Leveling Season 2: Arise from the Shadow Sakamoto Days. Solo Leveling One Piece The Apothecary Diaries Season 2 Shangri-La Frontier Blue Lock Frieren: Beyond Journey's End...
</p>
<button class="btn-pink w-full mt-10 px-7 py-3 rounded-xl font-semibold text-lg flex justify-center items-center gap-6">
<p>Watch anime</p>
<div class="pt-1 text-[26px]">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M464 256c0-114.87-93.13-208-208-208S48 141.13 48 256s93.13 208 208 208 208-93.13 208-208zm-212.65 91.36a16 16 0 0 1-.09-22.63L303.58 272H170a16 16 0 0 1 0-32h133.58l-52.32-52.73A16 16 0 1 1 274 164.73l79.39 80a16 16 0 0 1 0 22.54l-79.39 80a16 16 0 0 1-22.65.09z"></path></svg>
</div>
</button>
</div>
</div>
<!-- Share Section -->
<div class="max-w-[1200px] mx-auto py-4">
<div class="w-full flex items-center gap-3 px-4 md:px-0 py-7 mx-auto relative z-40">
<img src="https://hianimes.se/assets/share-icon.gif" alt="share-image" class="w-14 rounded-full"/>
<div class="text-white leading-5 flex flex-col justify-center">
<p class="text-[#ffbade] text-sm font-bold">Share HIANIME</p>
<p class="text-sm">to your friends</p>
</div>
<div class="text-gray-500 ml-4 text-center flex flex-col items-center justify-center leading-4">
<p class="text-[20px]">520k</p>
<p class="text-[10px]">Shares</p>
</div>
<div class="flex gap-2 ml-auto md:ml-4">
<!-- Telegram -->
<button class="text-white flex items-center rounded-full gap-2 px-4 py-1.5 bg-blue-500 hover:opacity-80 transition">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 496 512" height="1em" width="1em"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>
<span class="text-sm hidden lg:block">Share</span>
</button>
<!-- X / Twitter -->
<button class="text-white flex items-center rounded-full gap-2 px-4 py-1.5 bg-black hover:opacity-80 transition">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg>
<span class="text-sm hidden lg:block">Share</span>
</button>
<!-- More -->
<button class="text-white flex items-center rounded-full gap-3 px-4 py-1.5 bg-[#95D03A] hover:opacity-80 transition">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1.2em" width="1.2em" xmlns="http://www.w3.org/2000/svg"><path d="M383.822 344.427c-16.045 0-31.024 5.326-41.721 15.979l-152.957-88.42c1.071-5.328 2.142-9.593 2.142-14.919 0-5.328-1.071-9.593-2.142-14.919l150.826-87.35c11.762 10.653 26.741 17.041 43.852 17.041 35.295 0 64.178-28.766 64.178-63.92C448 72.767 419.117 44 383.822 44c-35.297 0-64.179 28.767-64.179 63.92 0 5.327 1.065 9.593 2.142 14.919l-150.821 87.35c-11.767-10.654-26.741-17.041-43.856-17.041-35.296 0-63.108 28.766-63.108 63.92 0 35.153 28.877 63.92 64.178 63.92 17.115 0 32.089-6.389 43.856-17.042l151.891 88.421c-1.076 4.255-2.141 8.521-2.141 13.847 0 34.094 27.806 61.787 62.037 61.787 34.229 0 62.036-27.693 62.036-61.787.001-34.094-27.805-61.787-62.035-61.787z"></path></svg>
</button>
</div>
</div>
<!-- SEO Content and Trending Posts Sidebar -->
<div class="flex flex-col md:flex-row justify-between mt-10 px-4 md:px-0 gap-10">
<!-- Left: SEO Content -->
<div class="w-full md:w-[63%] space-y-6 text-[#ccc] leading-7">
<h1 class="text-2xl md:text-[1.8rem] leading-8 text-[#fff] font-bold">HiAnimes.se - The best site to watch anime online for Free</h1>
<p>Do you know that according to Google, the monthly search volume for anime related topics is up to over 1 Billion times? Anime is famous worldwide and it is no wonder we've seen a sharp rise in the number of free anime streaming sites in recent years. Our platform aims to satisfy this massive global demand by providing a high-quality, accessible experience for every fan.</p>
<p>Just like free online movie streaming sites, anime watching sites are not created equally. Some are plagued with excessive ads, while others suffer from slow servers or poor libraries. We've decided to build HiAnime.cz to be one of the best free anime streaming site for all anime fans on the world, focusing on speed, safety, and content variety.</p>
<h2 class="text-xl md:text-[1.5rem] text-[#fff] font-bold pt-3">What is HiAnime.cz?</h2>
<p>HiAnime.cz is a free site to watch anime and you can even download subbed or dubbed anime in ultra HD quality without any registration or payment. We believe that entertainment should be accessible to everyone. By having only one ads in all kinds, we are trying to make it the safest and most enjoyable site for free anime consumption online.</p>
<h2 class="text-xl md:text-[1.5rem] text-[#fff] font-bold pt-3">Is HiAnimes.se safe?</h2>
<p>Yes we are. Your security is our top priority. We do have only one Ads to cover the server cost and we keep scanning the ads 24/7 to make sure all are clean and free from malware. If you find any ads that is suspicious or intrusive, please forward us the info and our technical team will remove it immediately to maintain a clean environment.</p>
<h2 class="text-xl md:text-[1.5rem] text-[#fff] font-bold pt-3">So what make HiAnimes.se the best site to watch anime free online?</h2>
<p>Before building HiAnime.cz, we've checked many other free anime sites and learnt from their successes and failures. We only keep the good things and remove all the bad things from all the competitors, to put it in our HiAnime website. We are dedicated to continuous improvement based on user feedback.</p>
<ul class="list-disc list-outside pl-5 space-y-4">
<li><strong>Safety:</strong> We try our best to not having harmful ads on HiAnime. Our ad-verification system ensures that your browsing data remains private and your device stays secure while you enjoy your favorite shows.</li>
<li><strong>Content library:</strong> Our main focus is anime. You can find here popular, classic, as well as current titles from all genres such as action, drama, kids, fantasy, horror, mystery, police, romance, school, comedy, music, game and many more. All these titles come with English subtitles or are dubbed in many languages, updated minutes after airing.</li>
<li><strong>Quality/Resolution:</strong> All titles are in excellent resolution, the best quality possible. HiAnime.cz also has a quality setting function to make sure our users can enjoy streaming no matter how fast your Internet speed is. You can stream the anime at 360p if your Internet is being ridiculous, Or if it is good, you can go with 720p or even 1080p anime.</li>
<li><strong>Streaming experience:</strong> Compared to other anime streaming sites, the loading speed at HiAnime.cz is significantly faster. Our high-performance servers ensure zero buffering. Downloading is just as easy as streaming; you won't have any problem saving the videos to watch offline later on any device.</li>
<li><strong>Updates:</strong> We updates new titles as well as fulfill the requests on a daily basis. From seasonal hits to obscure OVAs, our team works around the clock. You will never run out of what to watch on HiAnime.</li>
<li><strong>User interface:</strong> Our UI and UX makes it easy for anyone, no matter how old you are or how long have you been on the Internet. Literally, you can figure out how to navigate our site after a quick look. If you want to watch a specific title, search for it via the search box. If you want to look for suggestions, you can use the site's categories or simply scroll down for new releases.</li>
<li><strong>Device compatibility:</strong> HiAnime works perfectly on both your mobile and desktop. Our responsive design adapts to any screen size. However, we'd recommend you use your desktop for a smoother streaming experience and to fully appreciate the high-definition visuals.</li>
<li><strong>Customer care:</strong> We are in active mode 24/7. You can always contact us for any help, query, or business-related inquiry. On our previous projects, we were known for our great customer service as we were quick to fix broken links or upload requested content. Your voice matters to us.</li>
</ul>
<p>So if you're looking for a trustworthy and safe site for your Anime streaming journey, let's give HiAnime.cz a try. We promise to provide the best experience possible. And if you like us, please help us to spread the words to your fellow fans and do not forget to bookmark our site for easy access.</p>
<h2 class="text-xl md:text-[1.5rem] text-[#fff] font-bold pt-3">Alternative Links</h2>
<div class="flex flex-wrap gap-x-4 gap-y-2">
<a href="#" class="text-pink-custom hover:underline">HiAnime</a>
<a href="#" class="text-pink-custom hover:underline">Animesuge,</a>
<a href="#" class="text-pink-custom hover:underline">Gogoanime,</a>
<a href="#" class="text-pink-custom hover:underline">Anikai,</a>
<a href="#" class="text-pink-custom hover:underline">Aniwatch</a>
</div>
<p class="pt-2">Thank you for choosing HiAnime!</p>
</div>
<!-- Right: Trending Posts -->
<div class="w-full md:w-[33%] space-y-5">
<h1 class="text-[1.8rem] leading-8 pb-4 text-[#fff] font-bold">Trending Posts</h1>
<!-- Post 1 (Suggestion) -->
<div class="containbg text-white rounded-2xl shadow-lg p-6">
<div class="flex items-center justify-between text-[12px] mb-3">
<div class="flex items-center gap-4">
<span class="text-green-400 font-semibold">#Suggestion</span>
<span class="text-gray-400">7 hours ago</span>
</div>
<div class="flex items-center text-gray-400 gap-1">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" height="1.2em" width="1.2em"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg>
<span>155</span>
</div>
</div>
<h2 class="font-bold mb-2">Do you guys have any tips on how to wake up early? like at 9-10 Am ?</h2>
<p class="text-sm text-gray-400 mb-4">As the title says</p>
<div class="flex items-center">
<img src="https://cdn.noitatnemucod.net/avatar/100x100/spy_family/01.png" class="w-10 h-10 rounded-full"/>
<span class="ml-3 text-sm text-gray-400 hover:text-pink-custom cursor-pointer">SGNK-43_xD</span>
</div>
</div>
<!-- Recommendation 1 -->
<div class="containbg text-white rounded-2xl shadow-lg p-6">
<div class="flex items-center justify-between text-[12px] mb-3">
<div class="flex items-center gap-4">
<span class="text-green-400 font-semibold">#Recommendation</span>
<span class="text-gray-400">2 days ago</span>
</div>
<div class="flex items-center text-gray-400 gap-1">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" height="1.2em" width="1.2em"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg>
<span>80</span>
</div>
</div>
<h2 class="font-bold mb-2">YOU NEED TO WATCH THEM BEFORE YOU DIE!!! Here are some Greatest Anime of All Time...</h2>
<p class="text-xs text-gray-400 mb-4 line-clamp-2">Categories: Romance: Clannad Action: Attack On Titan Adventure: One Piece Sports: Haikyu!! Isekai: Mushoku Tensei Jobless Reincarnation Comedy:...</p>
<div class="flex items-center">
<img src="https://cdn.noitatnemucod.net/avatar/100x100/spy_family/01.png" class="w-10 h-10 rounded-full"/>
<span class="ml-3 text-sm text-gray-400 hover:text-pink-custom cursor-pointer">AnimeLover_99</span>
</div>
</div>
<!-- Recommendation 2 -->
<div class="containbg text-white rounded-2xl shadow-lg p-6">
<div class="flex items-center justify-between text-[12px] mb-3">
<div class="flex items-center gap-4">
<span class="text-green-400 font-semibold">#Recommendation</span>
<span class="text-gray-400">2 days ago</span>
</div>
<div class="flex items-center text-gray-400 gap-1">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" height="1.2em" width="1.2em"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg>
<span>80</span>
</div>
</div>
<h2 class="font-bold mb-2">Top Anime to Start Your Journey!</h2>
<p class="text-xs text-gray-400 mb-4 line-clamp-2">Categories: Romance: Clannad Action: Attack On Titan Adventure: One Piece Sports: Haikyu!! Isekai: Mushoku Tensei Jobless Reincarnation Comedy:...</p>
<div class="flex items-center">
<img src="https://cdn.noitatnemucod.net/avatar/100x100/spy_family/01.png" class="w-10 h-10 rounded-full"/>
<span class="ml-3 text-sm text-gray-400 hover:text-pink-custom cursor-pointer">AnimeLover_99</span>
</div>
</div>
<!-- Recommendation 3 -->
<div class="containbg text-white rounded-2xl shadow-lg p-6">
<div class="flex items-center justify-between text-[12px] mb-3">
<div class="flex items-center gap-4">
<span class="text-green-400 font-semibold">#Recommendation</span>
<span class="text-gray-400">2 days ago</span>
</div>
<div class="flex items-center text-gray-400 gap-1">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" height="1.2em" width="1.2em"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg>
<span>80</span>
</div>
</div>
<h2 class="font-bold mb-2">Top Anime to Start Your Journey!</h2>
<p class="text-xs text-gray-400 mb-4 line-clamp-2">Categories: Romance: Clannad Action: Attack On Titan Adventure: One Piece Sports: Haikyu!! Isekai: Mushoku Tensei Jobless Reincarnation Comedy:...</p>
<div class="flex items-center">
<img src="https://cdn.noitatnemucod.net/avatar/100x100/spy_family/01.png" class="w-10 h-10 rounded-full"/>
<span class="ml-3 text-sm text-gray-400 hover:text-pink-custom cursor-pointer">AnimeLover_99</span>
</div>
</div>
<!-- Recommendation 4 -->
<div class="containbg text-white rounded-2xl shadow-lg p-6">
<div class="flex items-center justify-between text-[12px] mb-3">
<div class="flex items-center gap-4">
<span class="text-green-400 font-semibold">#Recommendation</span>
<span class="text-gray-400">2 days ago</span>
</div>
<div class="flex items-center text-gray-400 gap-1">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" height="1.2em" width="1.2em"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg>
<span>80</span>
</div>
</div>
<h2 class="font-bold mb-2">Top Anime to Start Your Journey!</h2>
<p class="text-xs text-gray-400 mb-4 line-clamp-2">Categories: Romance: Clannad Action: Attack On Titan Adventure: One Piece Sports: Haikyu!! Isekai: Mushoku Tensei Jobless Reincarnation Comedy:...</p>
<div class="flex items-center">
<img src="https://cdn.noitatnemucod.net/avatar/100x100/spy_family/01.png" class="w-10 h-10 rounded-full"/>
<span class="ml-3 text-sm text-gray-400 hover:text-pink-custom cursor-pointer">AnimeLover_99</span>
</div>
</div>
<!-- Recommendation 5 -->
<div class="containbg text-white rounded-2xl shadow-lg p-6">
<div class="flex items-center justify-between text-[12px] mb-3">
<div class="flex items-center gap-4">
<span class="text-green-400 font-semibold">#Recommendation</span>
<span class="text-gray-400">2 days ago</span>
</div>
<div class="flex items-center text-gray-400 gap-1">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" height="1.2em" width="1.2em"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg>
<span>80</span>
</div>
</div>
<h2 class="font-bold mb-2">Top Anime to Start Your Journey!</h2>
<p class="text-xs text-gray-400 mb-4 line-clamp-2">Categories: Romance: Clannad Action: Attack On Titan Adventure: One Piece Sports: Haikyu!! Isekai: Mushoku Tensei Jobless Reincarnation Comedy:...</p>
<div class="flex items-center">
<img src="https://cdn.noitatnemucod.net/avatar/100x100/spy_family/01.png" class="w-10 h-10 rounded-full"/>
<span class="ml-3 text-sm text-gray-400 hover:text-pink-custom cursor-pointer">AnimeLover_99</span>
</div>
</div>
<button class="w-full text-center containbg rounded-full py-3 text-sm text-[#fff] font-bold hover:opacity-80 transition mt-2">Read More</button>
</div>
</div>
</div>
<!-- Footer -->
<footer class="flex items-center gap-2 text-[15px] text-[#fff] mt-12 mb-10 px-4 md:px-0 py-8 border-t border-gray-800 opacity-60">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z"></path></svg>
<p>HiAnime. All rights reserved.</p>
</footer>
</div>
</body>
</html>
Comments
Post a Comment