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/info.html
Chris bd151ab4e6
Some checks failed
Build and push / Pulling repo on server (push) Failing after 17s
okkkaaaay wieder zu bootstrap
2023-10-23 13:05:16 +02:00

4 lines
208 B
HTML

<div class="bg-blue-100 border-l-4 border-blue-500 text-blue-700 p-4 animate__animated animate__fadeInDown" role="alert">
<p class="font-bold"><?= $infoTitle ?></p>
<p><?= $infoMessage ?></p>
</div>