site-stdm-registry/mirzaev/site/rules/system/views/header.html

20 lines
566 B
HTML
Executable File
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.

{% block css %}
{% endblock %}
{% block body %}
<div id="wrap" >
<img id="masha" src="/images/photo_with_kitten.png" alt="Кошка Маша">
<img id="hand" src="/images/photo_with_hand.png" alt="я помню бебра большой">
<img id="knife" src="/images/photo_with_knife.png" alt="почему адблок сучара банит мои картинки">
</div>
<header>
<h1 class="unselectable">ПРАВИЛА БЕСЕДЫ</h1>
</header>
{% endblock %}
{% block js %}
{% endblock %}
{% block js_init %}
{% endblock %}