cooked/templates/top_bar.html

4 lines
147 B
HTML
Raw Normal View History

2024-10-25 17:13:01 +02:00
<div class="flex justify-center">
2024-10-25 21:27:03 +02:00
<a href="/sign-in" class="btn sm:border-2 hover:shadow-lg transition ease-out duration-300">Login</a>
2024-10-25 17:13:01 +02:00
</div>