aitropica_version_3 / index 2.html
rajathanda's picture
Upload index 2.html
ffba886 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AITopica – AI Knowledge Hub</title>
</head>
<body>
<header>
<h1>Welcome to AITopica</h1>
<p>Your Gateway to Smarter AI Discovery</p>
</header>
<main>
<section>
<h2>Featured AI Tools</h2>
<ul>
<li><a href="https://www.jasper.ai" target="_blank">Jasper AI – Copywriting</a></li>
<li><a href="https://www.midjourney.com" target="_blank">Midjourney – AI Art</a></li>
<li><a href="https://www.perplexity.ai" target="_blank">Perplexity – AI Search</a></li>
<li><a href="https://www.runwayml.com" target="_blank">RunwayML – AI Video</a></li>
</ul>
</section>
<section>
<h2>Subscribe</h2>
<p>Get weekly AI tools and news delivered to your inbox!</p>
</section>
</main>
<footer>
<p>&copy; 2025 AITopica</p>
</footer>
</body>
</html>