chore: initial commit

This commit is contained in:
2026-03-09 12:26:00 +01:00
commit 1df9fe960a
30 changed files with 1449 additions and 0 deletions

11
kursy/templates/404.html Normal file
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 %}