diff options
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index 82614e9..4cec1db 100644 --- a/client/index.html +++ b/client/index.html @@ -19,6 +19,9 @@ <p class="upload__input__overlay__text">Choose a file or drag it here</p> </div> <input type="file" class="upload__input" name="file"> + <div class="upload__progress" id="upload__progress" style="display: none;"> + <div class="upload__progress__fill" id="progress__fill"></div> + </div> <button type="submit" class="upload__button" id="upload__btn">Upload</button> </div> </form> |