Update index.html

This commit is contained in:
thecyberlearn 2025-06-03 15:52:01 +05:30 committed by GitHub
parent 344e7d17d0
commit bca04557ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,12 +95,8 @@
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center py-4"> <div class="flex justify-between items-center py-4">
<div class="flex items-center gap-3"> <div class="flex items-center gap-3">
<div class="w-12 h-12 bg-indigo-600 rounded-xl flex items-center justify-center shadow-lg status-indicator">
<i class="fas fa-brain text-white text-xl"></i>
</div>
<div> <div>
<h1 class="text-xl font-bold text-white">AI Services Hub</h1> <img src="logo.png" alt="Logo" class="w-full h-full object-contain" />
<p class="text-sm text-gray-200">Intelligent Business Solutions</p>
</div> </div>
</div> </div>