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
Chris c3fbb0fc67
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
demo update
2023-10-26 16:41:33 +02:00

6 lines
213 B
HTML

<div class="alert alert-danger animate__animated animate__headShake" role="alert">
<?php if($errorTitle) : ?>
<h4 class="alert-heading"><?= $errorTitle ?></h4>
<?php endif; ?>
<?= $errorMessage ?>
</div>