Chris
c3fbb0fc67
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
6 lines
213 B
HTML
6 lines
213 B
HTML
<div class="alert alert-warning animate__animated animate__jello" role="alert">
|
|
<?php if($noticeTitle) : ?>
|
|
<h4 class="alert-heading"><?= $noticeTitle ?></h4>
|
|
<?php endif; ?>
|
|
<?= $noticeMessage ?>
|
|
</div> |