NASA-TEST

This commit is contained in:
2024-05-08 19:21:13 +03:00
commit 4dee6de30c
13 changed files with 293 additions and 0 deletions

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>