CoolFace
Apppublic

Lokrosh/chatty-mcbotface

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
header.html11 linesDownload Raw Back to components
1<header class="bg-white bg-opacity-90 shadow-sm py-4">2    <div class="container mx-auto px-4 flex items-center justify-between">3        <div class="flex items-center space-x-2">4            <i data-feather="message-square" class="text-purple-600"></i>5            <h1 class="text-xl font-bold text-gray-800">Chatty McBotFace</h1>6        </div>7        <button id="theme-toggle" class="p-2 rounded-full hover:bg-gray-200 transition">8            <i data-feather="moon" class="text-gray-700"></i>9        </button>10    </div>11</header>