Feat: Add cat1.webp as website logo in header

This commit is contained in:
2026-03-21 01:33:11 -07:00
parent b53e06a6bd
commit bc732c93c5

View File

@@ -22,7 +22,10 @@
<div id="app" class="w-full max-w-xl mx-auto px-4 py-8 flex flex-col items-center gap-6"> <div id="app" class="w-full max-w-xl mx-auto px-4 py-8 flex flex-col items-center gap-6">
<header class="w-full flex items-center justify-between"> <header class="w-full flex items-center justify-between">
<h1 class="text-4xl tracking-tight">vibegif<span class="text-neutral-400">.lol</span></h1> <div class="flex items-center gap-3">
<img src="examples/cat1.webp" alt="vibegif logo" class="w-12 h-12 rounded-xl object-cover border border-neutral-100 shadow-sm">
<h1 class="text-4xl tracking-tight">vibegif<span class="text-neutral-400">.lol</span></h1>
</div>
<button id="btn-settings" class="p-2 rounded-lg hover:bg-neutral-100 transition" title="Settings"> <button id="btn-settings" class="p-2 rounded-lg hover:bg-neutral-100 transition" title="Settings">
<i data-lucide="panel-left" class="w-5 h-5 text-neutral-500"></i> <i data-lucide="panel-left" class="w-5 h-5 text-neutral-500"></i>
</button> </button>