NASA-TEST
This commit is contained in:
18
Nasa-TEST/templates/index.html
Normal file
18
Nasa-TEST/templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user