diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..0496c2d --- /dev/null +++ b/templates/index.html | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <title>mat2 - online edition</title> | ||
| 5 | <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css" /> | ||
| 6 | </head> | ||
| 7 | <body> | ||
| 8 | <header> | ||
| 9 | <h1>mat2 - online edition</h1> | ||
| 10 | </header> | ||
| 11 | <section> | ||
| 12 | <h1>Remove metadata from your images</h1> | ||
| 13 | <p>Drag and drop anywhere you want and get your files cleaned</p> | ||
| 14 | <br> | ||
| 15 | <form method=post enctype=multipart/form-data> | ||
| 16 | <input type=file name=file id="upload_file" accept="{{ mimetypes }}"> | ||
| 17 | <input type=submit value=Upload> | ||
| 18 | </form> | ||
| 19 | </section> | ||
| 20 | </body> | ||
