mat2-web/templates/index.html

17 lines
480 B
HTML
Raw Normal View History

2018-11-15 16:03:12 +01:00
{% extends "base.html" %}
{% block content %}
<h2>» Remove metadata</h2>
<p>
Upload your image, get a <em>cleaned</em> one in response.<br>
<br>
Please note that while we do not keep a copy of your image,<br>
there is no way that you could be certain about this: act accordingly.
</p>
<br>
<form class='b' method=post enctype=multipart/form-data>
<input type=file name=file id="upload_file" accept="{{ mimetypes }}">
<input type=submit value=Upload>
</form>
{% endblock %}