17 lines
313 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-24 21:21:41 +03:00
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-24 22:59:08 +03:00
<div id="popup-overlay">
<div id="popup">
</div>
2025-01-23 23:12:54 +03:00
</div>
2025-01-24 23:22:45 +03:00
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body>
2025-01-24 23:58:28 +03:00
</html>