summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index addf868..70aa259 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,7 +12,8 @@
12 <div class="w-50 rounded overflow-hidden shadow-lg pb-4"> 12 <div class="w-50 rounded overflow-hidden shadow-lg pb-4">
13 <div class="px-6 pt-4 pb-2 grid grid-rows-1"> 13 <div class="px-6 pt-4 pb-2 grid grid-rows-1">
14 <form method="post" enctype="multipart/form-data" class="grid grid-rows-1"> 14 <form method="post" enctype="multipart/form-data" class="grid grid-rows-1">
15 <input class="border rounded" type="file" name="file" id="upload_file" accept="{{ mimetypes | join(', ') }}"> 15 <label class="text-gray-700 text-sm text-opacity-80 mb-2" for="upload_file">Choose your file to clean</label>
16 <input class="border rounded" aria-label="" type="file" name="file" id="upload_file" accept="{{ mimetypes | join(', ') }}">
16 <button 17 <button
17 class="w-full mt-4 bg-blue-dark hover:bg-blue-700 text-white py-2 px-4 rounded flex justify-center" 18 class="w-full mt-4 bg-blue-dark hover:bg-blue-700 text-white py-2 px-4 rounded flex justify-center"
18 type="submit" 19 type="submit"