Created
February 26, 2019 20:06
-
-
Save rcdexta/8c5995c59b2dbecb5f632bb3bdcf0679 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<label for="upload">Upload progress:</label> | |
<meter id="upload" name="upload" | |
min="0" max="100" | |
low="33" high="66" optimum="80" | |
value="50"> | |
at 50/100 | |
</meter> | |
<hr/> | |
<label for="file">File progress:</label> | |
<progress id="file" max="100" value="70"> 70% </progress> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment