Added a donation page
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{% 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>
|
||||
<li><h1>1Mg55rPVuQ2P8zKsCcLdsmgqH24uLXfLbR</h1></li>
|
||||
</ul>
|
||||
</body>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user