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/partials/success.html
Chris 1081f005aa
All checks were successful
Build and push / Pulling repo on server (push) Successful in 19s
moved template partials to partials folder
2023-10-22 11:28:37 +02:00

4 lines
165 B
HTML

<div class="bg-green-100 border-l-4 border-green-500 text-green-700 p-4" role="alert">
<p class="font-bold"><?= $title ?></p>
<p><?= $message ?></p>
</div>