first commit

This commit is contained in:
2020-07-13 01:07:56 +02:00
commit 6cdf4d5197
28 changed files with 2124 additions and 0 deletions

11
templates/error.html Normal file
View File

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block title %}ERROR{% endblock %}
{% block content %}
<div class="container">
<div class="card-deck mb-3 text-center"></div>
<h3>ERROR en la subida</h3>
</div>
{% endblock %}