diff options
| author | ilotterytea <iltsu@alright.party> | 2022-07-05 12:27:32 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-07-05 12:27:32 +0600 |
| commit | ac9caa3f667e9005e7d10a70964f4471029da751 (patch) | |
| tree | f0e3d9023d177fa2cf9274d38e85f463694ad551 | |
| parent | 157e2cf881dbc855a0e510a1aad8185b733c6a47 (diff) | |
fix
| -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) { |
