first commit

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-16 20:52:15 +03:00
parent 3419d90e61
commit 323e0a2926
67 changed files with 1723 additions and 3077 deletions
+9
View File
@@ -0,0 +1,9 @@
<%- include('partials/layout-start') %>
<div class="error-page">
<h1><%= code %></h1>
<p><%= message %></p>
<a href="/" class="btn btn--primary">На главную</a>
</div>
<%- include('partials/layout-end') %>