add: front (1) Сплеш-скрин index

This commit is contained in:
2026-07-19 02:00:19 +03:00
parent e125146468
commit d99c59718e
8 changed files with 112 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
#
from django.shortcuts import render
from django.http import HttpRequest, HttpResponse
# Create your views here.
def index(request: HttpRequest | None) -> HttpResponse:
return render(request, 'index.html', {})