Files
FireGame/templates/widgets/w_level.html
2023-07-12 20:11:17 +03:00

13 lines
270 B
HTML
Raw 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">
<div class="level-cont-1">
<div class="level-cont-2">
</div>
</div>
<div class="container-content-level">
<h2>
УРОВЕНЬ 1 <br/> Лёгкий
</h2>
</div>
</div>