NASA-TEST

This commit is contained in:
2024-05-08 19:29:42 +03:00
parent fb4197cb2d
commit 63f31f7568
57 changed files with 3886 additions and 0 deletions

18
templates/index.html Normal file
View File

@@ -0,0 +1,18 @@
{% load static %}
<!DOCTYPE html>
<html lang="ru">
<head>
{% include 'seo.html' %}
<title>{{ title }}</title>
<!-- styles -->
{% include 'css.html' %}
<!-- script -->
{% include 'script.html' %}
</head>
<body>
{% include 'nav.html' %}
{% include 'headers.html' %}
{% include 'welcome.html' %}
{% include 'caruserl.html' %}
</body>
</html>