14 lines
490 B
Plaintext
14 lines
490 B
Plaintext
|
|
<div class="flex w-full items-center bg-[#2a2b2c] text-white p-5">
|
|
<a class="flex" href="/">
|
|
<p class="text-3xl">Recipie</p>
|
|
<!-- <p class=" text-3xl text-amber-500">pie</p> -->
|
|
🥧
|
|
</a>
|
|
|
|
<div class="ml-auto space-x-5">
|
|
<a class="hover:underline underline-offset-4 " href="/recipe/new">new</a>
|
|
<a class="hover:underline underline-offset-4 " >tags</a>
|
|
<a class="hover:underline underline-offset-4 " >search</a>
|
|
</div>
|
|
</div> |