You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
264 B
HTML

{% extends 'base.html' %}
{% block main %}
<h3>Turn in your old binary files and see how software depicts itself<h3>
<form method=post enctype=multipart/form-data>
<input type=file name=file>
<input type=submit value=Upload>
</form>
{% endblock %}