beerds/server/templates/donate.html

15 lines
1.1 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

{% extends "base.html" %}
{% block meta %}
<meta name="description" content="Пожертвовать средства для собачего приюта." />
{% endblock %}
{% block title %}Пожертвовать средства для собачего приюта{% endblock %}
{% block content %}
<h1>Пожертвовать средства для приюта</h1>
<p>Если есть душевный позыв, вы можете пожертвовать любую сумму, чтобы помочь собачему питомнику. Ежемесячные отчеты о переводе средств будут публиковаться в <a href="https://vk.com/dogs_beers?from=groups" target="_blank">группе</a>.
Помните, что любая сумма может помочь. Все переводы анонимны. Возможно, ваш перевод спасет животного.</p>
<iframe src="https://yoomoney.ru/quickpay/fundraise/button?billNumber=19SUPKETN2A.250427&" width="330" height="50" frameborder="0" allowtransparency="true" scrolling="no"></iframe>
{% endblock %}