diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index b361394..ed583d2 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -10,10 +10,16 @@ | |||
| 10 | <form method=post enctype=multipart/form-data> | 10 | <form method=post enctype=multipart/form-data> |
| 11 | <div class="uk-margin"> | 11 | <div class="uk-margin"> |
| 12 | <input type="file" name=file id="upload_file" accept="{{ mimetypes | join(', ') }}"> | 12 | <input type="file" name=file id="upload_file" accept="{{ mimetypes | join(', ') }}"> |
| 13 | <button class="uk-button uk-button-default" type="submit" value="Upload">Upload</button> | 13 | <button class="uk-button uk-button-primary" type="submit" value="Upload">Upload</button> |
| 14 | </div> | 14 | </div> |
| 15 | </form> | 15 | </form> |
| 16 | </div> | 16 | </div> |
| 17 | </div> | 17 | </div> |
| 18 | <a href="/info" role="link" class=""> | ||
| 19 | <span class="info-link"> | ||
| 20 | ? | ||
| 21 | </span> | ||
| 22 | </a> | ||
| 23 | |||
| 18 | </div> | 24 | </div> |
| 19 | {% endblock %} | 25 | {% endblock %} |
