17 lines
310 B
HTML

<!DOCTYPE html>
<html lang="ru">
{% include 'head.html' %}
<body>
{% include 'header.html' %}
{% include 'sidenav.html' %}
<div id="popup-overlay">
<div id="popup">
</div>
</div>
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body>
</html>