feature: Add success message display for site creation

This commit is contained in:
Keith Solomon
2025-05-27 19:25:27 -05:00
parent cfba9672ef
commit 309e174a46
4 changed files with 77 additions and 2 deletions

View File

@@ -4,6 +4,11 @@
<h2>Welcome to <%= title %></h2>
<%- include('add-form'); -%>
<% if (msg) { %>
<div class="alert alert-success mt-4">
<div class="text-xl"><%= msg %></div>
</div>
<% } %>
<h2 class="text-25px font-bold mt-8">Your Tests</h2>