diff options
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> |