first commit
This commit is contained in:
17
templates/download.html
Normal file
17
templates/download.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% include 'base.html' %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h5 class="display-8">Files to Download</h5>
|
||||
<div style="padding:40px">
|
||||
<div class="quard">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<br>
|
||||
File name : {{ filename }}<br><br>
|
||||
Direct URL : <a href="{{ url_todl }}">{{ url_todl }}</a><br><br>
|
||||
<img src="{{ qrcode }}">
|
||||
|
||||
<br>
|
||||
</div></div></div></div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user