mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
added title to progress bar
This commit is contained in:
@ -49,9 +49,14 @@
|
||||
|
||||
|
||||
<div id="progress-container">
|
||||
<h3>Processing answers...</h3>
|
||||
<div>
|
||||
<progress id="progress-bar" value="0" max="100"></progress>
|
||||
<span id="progress-text">0%</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
|
Reference in New Issue
Block a user