first commit
This commit is contained in:
13
templates/nodown.html
Normal file
13
templates/nodown.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% include 'base.html' %}
|
||||
{% block main %}
|
||||
<h5 class="display-8">No files to Download</h5>
|
||||
<div style="padding:40px">
|
||||
<div class="quard">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
Nothing to download, file missing or already deleted.<br>
|
||||
Contact your sender if you think it's a mistake.
|
||||
</div></div></div></div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user