Update default.html

This commit is contained in:
Yegor Vialov
2020-04-11 22:05:15 +03:00
committed by GitHub
parent 824c6817be
commit 48fe71738b

View File

@@ -40,7 +40,14 @@
{{ content }} {{ content }}
<footer class="site-footer"> <footer class="site-footer">
<a href="/privacy_policy">PRIVACY POLICY</a><a href="/terms_and_conditions">TERMS AND CONDITIONS</a> <a href="/privacy_policy">PRIVACY POLICY</a>
<a href="/terms_and_conditions">TERMS AND CONDITIONS</a>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="ARWGETZD2D83Q" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_UA/i/scr/pixel.gif" width="1" height="1" />
</form>
</footer> </footer>
</main> </main>
</body> </body>