base tabler

This commit is contained in:
JACS 2026-05-01 12:46:11 -05:00
parent ac2cfa9fe1
commit 0f84beacf1
1432 changed files with 28760 additions and 1 deletions

View file

@ -0,0 +1,14 @@
<div class="card card-gradient card-gradient-success">
<div class="card-body p-5 text-center">
<div class="mb-3">
{% include "ui/icon.html" icon="circle-check" class="icon-lg" color="success" %}
</div>
<h3 class="card-title">Success!</h3>
<p class="text-secondary">Your changes have been saved successfully.</p>
<div class="btn-list btn-list-center mt-5">
{% include "ui/button.html" text="Continue" color="success" %}
</div>
</div>
</div>