first commit

This commit is contained in:
julien
2026-03-16 01:47:07 +01:00
commit 8f7e61bda0
185 changed files with 27731 additions and 0 deletions

11
views/pages/error.twig Normal file
View File

@@ -0,0 +1,11 @@
{% extends "layout.twig" %}
{% block title %}{{ status }} Slim Blog{% endblock %}
{% block content %}
<div class="error-page">
<h2 class="error-page__code">{{ status }}</h2>
<p class="error-page__message">{{ message }}</p>
<p><a href="/">← Retour à l'accueil</a></p>
</div>
{% endblock %}