diff options
author | Hao Chen | 2019-05-21 16:48:03 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-21 16:48:03 -0500 |
commit | 71e7c8c4fde149f2f02c0462e922bfc34d6eae31 (patch) | |
tree | 7dcaa32a2b1bc72dea6a111d6c0043973b8d22ef | |
parent | 2ad607c82756d39749056cf68a6b57cde50d5d3c (diff) | |
download | genecup-71e7c8c4fde149f2f02c0462e922bfc34d6eae31.tar.gz |
progress bar
-rw-r--r-- | templates/progress.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/progress.html b/templates/progress.html index ff9a65f..a526dfb 100644 --- a/templates/progress.html +++ b/templates/progress.html @@ -25,7 +25,7 @@ source.onmessage = function(event) { } </script> <br> -<b> I am handling all your work while you are watching this progress bar ... </b> +<b> Rest assured I am working diligently on your request even if you ignore this progress bar ... </b> <div id="progs" class="progress" style="width: 50%; margin: 50px;"> <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> <span class="progress-bar-label">0%</span> |