2024-test-rosmorport/rosmorport_tsts/templates-django/popup/about.jinja
2024-04-14 23:13:45 +03:00

25 lines
1.3 KiB
Django/Jinja
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.

<!-- About Modal -->
<div class="modal fade" id="about_modal" tabindex="-1" aria-labelledby="login_modal_Label" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content shadow">
<div class="modal-header">
<h3 class="modal-title fs-5" id="login_modal_Label">Стишок</h3>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>В собственноручно вырытом окопе<br />
в глухом тылу на том конце земли<br />
куда не дотянуться и Европе<br />
где даже динамит не завезли<br />
в единолично вырытой могиле<br />
без всяких видов даже на провал<br />
сижу сгруппировавшись как учили<br />
чтобы никто мне хвост не оторвал.</p>
<p class="text-end"><i>&copy; Умка, 2013</i></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Ок</button>
</div>
</div>
</div>
</div>