Files
shop10/src/views/error.ejs
T
shop 323e0a2926 first commit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-16 20:52:15 +03:00

10 lines
222 B
Plaintext

<%- 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') %>