diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-04 19:44:50 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-04 19:44:50 -0800 |
commit | 8615d5f497ab595b72e1e1d666c4a373eb5a5940 (patch) | |
tree | f1fd4b1e308bcf7673e1bac00044222d0d1a9357 /tmpl/header.html | |
parent | 8049c6083ef6e709e92ea5f230cd8a764931b875 (diff) |
show spinner when adding notes (resolves #25)
Diffstat (limited to 'tmpl/header.html')
-rw-r--r-- | tmpl/header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmpl/header.html b/tmpl/header.html index b7fad070..476c3403 100644 --- a/tmpl/header.html +++ b/tmpl/header.html @@ -16,3 +16,7 @@ <link rel="stylesheet" href="{{root}}/css/frame.css"> </head> <body> + + <div class="spinner"> + <img src="{{root}}/img/spinner.gif"> + </div> |