Files
gpatruno 48a1b900c7
Build / build (push) Has been cancelled
webapp
2026-06-06 21:59:51 +02:00

10 lines
220 B
Plaintext

<%- include('partials/page-start') %>
<section class="panel error-page">
<h1><%= title %></h1>
<p><%= message %></p>
<a class="btn" href="/">Retour au dashboard</a>
</section>
<%- include('partials/page-end') %>