feat: help icon and nav to section main files

This commit is contained in:
2025-04-07 00:49:46 +03:00
parent e57dc07601
commit 22cdb19d98
3 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
<html lang="ru">
{% include '_head.html' %}
<body>
{% include '_header.html' %}
{% include '_header.html' %}
{% include '_sidenav.html' %}
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
+3 -1
View File
@@ -1,4 +1,6 @@
<html lang="ru">
{% include '_head.html' %}
<body>
{% include '_header.html' %}
{% include '_header.html' %}
{% include '_sidenav.html' %}
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
+2 -1
View File
@@ -2,4 +2,5 @@
{% include '_head.html' %}
<body>
{% include '_header.html' %}
{% include '_sidenav.html' %}
{% include '_sidenav.html' %}
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">