New DB based GuestBook

This commit is contained in:
2024-06-14 13:48:24 +02:00
parent 15d3507b04
commit 70da3e66fd
14 changed files with 403 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
<div class="alert alert-danger alert-dismissible fade show mt-3 mb-0">
<svg class="bi flex-shrink-0 me-2" width="24" height="24">
<use xlink:href="#exclamation-triangle-fill" />
</svg>
<?= $error ?>
<button type="button" class="btn-close" data-bs-dismiss="alert"></button>
</div>