first commit

This commit is contained in:
2023-06-22 08:10:29 +00:00
commit abf7741b16
15 changed files with 597 additions and 0 deletions

13
templates/nodown.html Normal file
View 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 %}