feat: create project

This commit is contained in:
Konstantin 2024-02-29 18:51:43 +01:00
commit b93eabd429
36 changed files with 1149 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block title %}Page not found{% endblock %}
{% block body_class %}template-404{% endblock %}
{% block content %}
<h1>Page not found</h1>
<h2>Sorry, this page could not be found.</h2>
{% endblock %}