From 3231047c1475c9e500a0e5f92ea129fccef8dd28 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Nov 2018 16:03:12 +0100 Subject: Second commit --- templates/index.html | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 0496c2d..1e05c82 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,20 +1,16 @@ - - - - mat2 - online edition - - - -
-

mat2 - online edition

-
-
-

Remove metadata from your images

-

Drag and drop anywhere you want and get your files cleaned

-
-
- - -
-
- +{% extends "base.html" %} +{% block content %} + +

ยป Remove metadata

+

+Upload your image, get a cleaned one in response.
+
+ Please note that while we do not keep a copy of your image,
+ there is no way that you could be certain about this: act accordingly. +

+
+
+ + +
+{% endblock %} -- cgit v1.3