kinda working

This commit is contained in:
2023-10-18 22:42:01 +02:00
parent 8b6ea946bf
commit b3ded91d01
18 changed files with 1535 additions and 15 deletions

View File

@ -0,0 +1,9 @@
<div class="p-6 max-w-sm mx-auto bg-white rounded-xl shadow-lg flex items-center space-x-4">
<div class="shrink-0">
<img class="h-12 w-12" src="/imgs/dogstats.png" alt="Logo">
</div>
<div>
<div class="text-xl font-medium text-black">Dogstats is super</div>
<p class="text-slate-500">You have a new message!</p>
</div>
</div>