publishing Paxover to Codeberg

This commit is contained in:
2023-01-12 20:00:00 +01:00
commit 690707f090
45 changed files with 1796 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{% extends 'partials/base.html.twig' %}
{% set page_title = 'Błąd 404' %}
{% block content %}
<h2>Błąd 404</h2>
<p>Ta strona nie istnieje</p>
{% endblock %}