kinda working
This commit is contained in:
9
web/templates/product.html
Normal file
9
web/templates/product.html
Normal 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>
|
Reference in New Issue
Block a user