first push
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user