linx-server/templates/index.html
2015-09-24 08:30:16 -04:00

9 lines
219 B
HTML

{% extends "base.html" %}
{% block content %}
<form enctype="multipart/form-data" action="/upload" method="post">
<input type="file" name="file" />
<input type="submit" value="upload" />
</form>
{% endblock %}