Files
Kleeja/styles/bootstrap/progress.html
2020-07-25 16:35:05 +02:00

4 lines
266 B
HTML

<div class="progress" id="progressHolder" style="display: none;text-align: center;height: 20px;">
<div class="progress-bar" id="uploadProgress" role="progressbar" style="width: 0%;" aria-valuenow="25"
aria-valuemin="0" aria-valuemax="100">0%</div>
</div>