2020-07-23 18:26:18 +00:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
|
<body>
|
|
|
|
|
<div class="headers">
|
|
|
|
|
<a class="title" href="{{ url_for('index') }}">tiny0</a>
|
|
|
|
|
<h1 class="desc">Custom URL Shortener</h1>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<ul class="donation">
|
|
|
|
|
<li><h1>Bitcoin Address</h1></li>
|
2020-08-18 12:20:07 +03:00
|
|
|
<li><h3>1Mg55rPVuQ2P8zKsCcLdsmgqH24uLXfLbR</h3></li>
|
|
|
|
|
<li><h1>Patreon</h1></li>
|
|
|
|
|
<li><a href="https://www.patreon.com/xemeds" target="_blank"><h3>patreon.com/xemeds</h3></a></li>
|
2020-07-23 18:26:18 +00:00
|
|
|
</ul>
|
|
|
|
|
</body>
|
2020-07-23 18:41:17 +00:00
|
|
|
{% endblock %}
|