12 lines
232 B
HTML
Raw Normal View History

2025-01-23 00:19:58 +03:00
<!DOCTYPE html>
<html lang="ru">
2025-01-27 21:46:53 +03:00
{% include '_head.html' %}
2025-01-23 00:19:58 +03:00
<body>
2025-01-27 21:46:53 +03:00
{% include '_header.html' %}
2025-01-24 21:21:41 +03:00
2025-01-27 21:46:53 +03:00
{% include '_sidenav.html' %}
2025-01-27 21:01:11 +03:00
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
2025-01-24 23:58:28 +03:00
</body>
2025-01-27 21:43:30 +03:00
</html>