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

4 lines
170 B
HTML
Raw Normal View History

2023-10-22 01:46:22 +02:00
<div class="bg-blue-100 border-l-4 border-blue-500 text-blue-700 p-4" role="alert">
2023-10-22 23:05:24 +02:00
<p class="font-bold"><?= $infoTitle ?></p>
<p><?= $infoMessage ?></p>
2023-10-22 01:46:22 +02:00
</div>