Css-преобразования

This commit is contained in:
2024-11-22 20:04:04 +03:00
parent d69c127ef2
commit 8663c2a451
2 changed files with 6 additions and 6 deletions

View File

@@ -10,11 +10,11 @@
<a href="{{ url_for('logout') }}"><button>Выход</button></a>
</div>
<h1>Выберите вариант запроса</h1>
<nav class="menu">
<div class="buttons_menu">
{% for point in options %}
<a href="{{ url_for(point['url']) }}"><button>{{ point['name'] }}</button></a>
{% endfor %}
</nav>
</div>
<div class="return">
<a href="{{ url_for('index') }}"><button>Главное меню</button></a>
</div>