12 lines
232 B
HTML
12 lines
232 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
{% include '_head.html' %}
|
|
<body>
|
|
|
|
{% include '_header.html' %}
|
|
|
|
{% include '_sidenav.html' %}
|
|
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
|
</body>
|
|
</html>
|