aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-04 19:44:50 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-04 19:44:50 -0800
commit8615d5f497ab595b72e1e1d666c4a373eb5a5940 (patch)
treef1fd4b1e308bcf7673e1bac00044222d0d1a9357 /tmpl
parent8049c6083ef6e709e92ea5f230cd8a764931b875 (diff)
show spinner when adding notes (resolves #25)
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/header.html4
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>