Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>iHeadline
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
@@ -42,7 +42,7 @@
|
|
42 |
<div class="container mx-auto px-4 flex justify-between items-center">
|
43 |
<div class="flex items-center space-x-2">
|
44 |
<i class="fas fa-robot text-red-500 text-3xl"></i>
|
45 |
-
<h1 class="text-2xl font-bold bg-gradient-to-r from-red-500 to-yellow-500 bg-clip-text text-transparent">
|
46 |
</div>
|
47 |
<nav class="hidden md:flex space-x-6">
|
48 |
<a href="#" class="hover:text-red-400 font-medium">RANKINGS</a>
|
@@ -53,7 +53,7 @@
|
|
53 |
</nav>
|
54 |
<div class="flex items-center space-x-4">
|
55 |
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-md font-bold">
|
56 |
-
<i class="fas fa-ticket-alt mr-2"></i>
|
57 |
</button>
|
58 |
<button class="md:hidden text-2xl">
|
59 |
<i class="fas fa-bars"></i>
|
@@ -702,7 +702,7 @@
|
|
702 |
</div>
|
703 |
|
704 |
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500 text-sm">
|
705 |
-
<p>© 2025 iHeadline
|
706 |
</div>
|
707 |
</div>
|
708 |
</footer>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>iHeadline RobotRanks 2025 | Rankings & Live Updates</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
|
|
42 |
<div class="container mx-auto px-4 flex justify-between items-center">
|
43 |
<div class="flex items-center space-x-2">
|
44 |
<i class="fas fa-robot text-red-500 text-3xl"></i>
|
45 |
+
<h1 class="text-2xl font-bold bg-gradient-to-r from-red-500 to-yellow-500 bg-clip-text text-transparent">RobotRanks 2025</h1>
|
46 |
</div>
|
47 |
<nav class="hidden md:flex space-x-6">
|
48 |
<a href="#" class="hover:text-red-400 font-medium">RANKINGS</a>
|
|
|
53 |
</nav>
|
54 |
<div class="flex items-center space-x-4">
|
55 |
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-md font-bold">
|
56 |
+
<i class="fas fa-ticket-alt mr-2"></i>Subscribe
|
57 |
</button>
|
58 |
<button class="md:hidden text-2xl">
|
59 |
<i class="fas fa-bars"></i>
|
|
|
702 |
</div>
|
703 |
|
704 |
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500 text-sm">
|
705 |
+
<p>© 2025 iHeadline RobotRanks. All rights reserved. | <a href="#" class="hover:text-white">Privacy Policy</a> | <a href="#" class="hover:text-white">Terms of Service</a></p>
|
706 |
</div>
|
707 |
</div>
|
708 |
</footer>
|