mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-06 04:59:18 -05:00
10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
<a href="/">
|
|
<div class="text-5xl font-bold text-gray-900 dark:text-white mb-4 flex items-center mt-12 lg:mt-0">
|
|
<img src="img/logo.svg" alt="AliasVault" class="w-20 h-20 mr-2" />
|
|
<span class="relative inline-flex flex-wrap items-center">
|
|
AliasVault
|
|
<span class="ml-2 bg-primary-500 text-white text-xs px-2 py-0.5 rounded-full font-normal sm:-top-2 sm:ml-1">BETA</span>
|
|
</span>
|
|
</div>
|
|
</a>
|