diff options
Diffstat (limited to 'templates')
-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> |