diff options
| -rw-r--r-- | static/html/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/html/index.html b/static/html/index.html index 64ca853..212b1aa 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -39,11 +39,14 @@ <input value="Upload" name="submit" type="submit" id="submitbtn" disabled="true"> </form> </section> - <section id="i_preview"> - <img id="preview" src="#" alt=""> - </section> + </div> + </div> + <section id="i_preview"> + <img id="preview" src="#" alt=""> + </section> + </body> <script> var loadFile = function(event) { |
