Files
FireGame/templates/widgets/w_level_2.html
2023-07-13 16:44:05 +03:00

21 lines
702 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load static %}
<div class="level-cont level-border-2">
<div class="container-background-level level-background-2">
<div class="container-content-level">
<h2>
УРОВЕНЬ 2 <br/> Средний
</h2>
<div class="bottom-part_w">
<div class="description-level-card">
<div>Можно выиграть: +250%</div>
<div>Цена входа: 2$</div>
</div>
<div class="button-level-card">
<button class="color-button-level-card-2">Начать</button>
</div>
</div>
</div>
</div>
</div>