moved template partials to partials folder
All checks were successful
Build and push / Pulling repo on server (push) Successful in 19s

This commit is contained in:
2023-10-22 11:28:37 +02:00
parent 0adeb7f05a
commit 1081f005aa
7 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,4 @@
<div class="bg-blue-100 border-l-4 border-blue-500 text-blue-700 p-4" role="alert">
<p class="font-bold"><?= $title ?></p>
<p><?= $message ?></p>
</div>