This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/web/templates/product.html

9 lines
360 B
HTML
Raw Permalink Normal View History

2023-10-18 22:42:01 +02:00
<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>