mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 02:12:12 +00:00
Feat: Add cat1.webp as website logo in header
This commit is contained in:
@@ -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">
|
||||
|
||||
<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">
|
||||
<i data-lucide="panel-left" class="w-5 h-5 text-neutral-500"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user