first push

This commit is contained in:
jason
2026-04-22 15:47:27 -05:00
parent 923ef2ec0e
commit 1552a0ea65
86 changed files with 10066 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<%- include('./partials/head', { title: String(status) }) %>
<div class="min-h-screen flex items-center justify-center px-6">
<div class="text-center">
<p class="text-6xl font-bold text-gray-800 mb-4"><%= status %></p>
<p class="text-base text-gray-400 mb-6"><%= message %></p>
<a href="/" class="text-sm text-accent hover:underline">← Go back home</a>
</div>
</div>
</body>
</html>