diff options
| author | user <user@node5.net> | 2024-05-20 21:56:52 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-05-20 21:56:52 +0200 |
| commit | 981e288dcf4f7f944fc32dacac0a611fa4c48423 (patch) | |
| tree | 41d8863c9ccaf3b44c8dc4821fa4e729605bdc75 /src/templates | |
| parent | 4efae594b6afaa12fa34cc028d0538c278222c58 (diff) | |
css loading indicator
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/options.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/templates/options.html b/src/templates/options.html index 01cc89e..ca079e7 100644 --- a/src/templates/options.html +++ b/src/templates/options.html @@ -12,10 +12,13 @@ <br> <button type="submit" class="btn btn-primary">Run query</button> +</form> - <br><br> - - Read more, and find the source code here: <a href="https://git.node5.net/poi_map/about/">POI map - git.node5.net</a> +<br><br> -</form> +Read more, and find the source code here: <a href="https://git.node5.net/poi_map/about/">POI map - git.node5.net</a> +<br><br><br> +<div id="LoadingIndicator" class="text-center"> + Loading +</div> |
