Added a donation page

This commit is contained in:
xemeds
2020-07-23 18:26:18 +00:00
parent 0fad841ee6
commit d1ad9ace3e
7 changed files with 46 additions and 6 deletions
+5 -5
View File
@@ -7,12 +7,12 @@
<h1 class="desc">Custom URL Shortener</h1>
</div>
<div class="container">
<div class="inputs">
<input type="text" value="{{ url }}" id="url" class="url" readonly>
<button onclick="copyURL()" class="button">Copy</button>
</div>
<div class="container">
<div class="inputs">
<input type="text" value="{{ url }}" id="url" class="url" readonly>
<button onclick="copyURL()" class="button">Copy</button>
</div>
</div>
<script>
function copyURL() {