14 lines
616 B
HTML
14 lines
616 B
HTML
{% extends "base.html" %}
|
|
{% block titel %}Faceit Elo Search by HerZ{% endblock %}
|
|
{% block content %}
|
|
|
|
<div class="card" style="margin: 0 auto; width: 40%;">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Donate</h5>
|
|
<p class="card-text">If u want to support this project u can donate some change via my StreamElements page</p>
|
|
</div>
|
|
<ul class="list-group list-group-flush" >
|
|
<li class="list-group-item" style="background-color: #424242; color: #ffffff;"><a href="https://streamelements.com/herzgegenfame/tip" target="_blank">HerZ StreamElements</li>
|
|
</ul>
|
|
</div>
|
|
{% endblock %} |