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/error.html

4 lines
207 B
HTML
Raw Normal View History

2023-10-23 13:05:16 +02:00
<div class="bg-red-100 border-l-4 border-red-500 text-red-700 p-4 animate__animated animate__fadeInDown" role="alert">
2023-10-22 23:05:24 +02:00
<p class="font-bold"><?= $errorTitle ?></p>
<p><?= $errorMessage ?></p>
2023-10-22 01:46:22 +02:00
</div>