This commit is contained in:
Andras Bacsai
2025-09-22 20:16:32 +02:00
parent 992e9a7aef
commit 942c03b36d
39 changed files with 10260 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<h1>
404 - Page not found
</h1>
<p>
This template is rendered by the
<a href="http://docs.adonisjs.com/guides/exception-handling#status-pages">status pages feature</a>
of the global exception handler.
</p>

View File

@@ -0,0 +1,8 @@
<h1>
{{ error.code }} - Server error
</h1>
<p>
This template is rendered by the
<a href="http://docs.adonisjs.com/guides/exception-handling#status-pages">status pages feature</a>
of the global exception handler.
</p>