refacto: rename html and rs templates dirs to old_*

This commit is contained in:
2024-08-23 15:41:49 +02:00
parent 09717c4ed2
commit 6f1fd934d9
31 changed files with 7 additions and 8 deletions

View File

@ -0,0 +1,4 @@
<div class="flex flex-shrink-0 items-center">
<img class="block h-8 w-auto lg:hidden" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company">
<img class="hidden h-8 w-auto lg:block" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company">
</div>