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

13
kursy/templates/500.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Internal server error</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>Internal server error</h1>
<h2>Sorry, there seems to be an error. Please try again soon.</h2>
</body>
</html>