diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-02-02 15:58:31 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-02-02 15:58:31 +0000 |
commit | c4b59d34db126a4d3471162ff34a04661ff41c99 (patch) | |
tree | 5c5182eb6e370c51995c737a84a3285e3241db48 /templates/template.html | |
parent | 1dac1ee189bdcf70a5dd933d5f6a69a15d5a8d7e (diff) | |
download | boymoder.blog-c4b59d34db126a4d3471162ff34a04661ff41c99.tar.gz boymoder.blog-c4b59d34db126a4d3471162ff34a04661ff41c99.zip |
added status page with timeouts
Diffstat (limited to 'templates/template.html')
-rw-r--r-- | templates/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html index d6c1a0b..6b0d894 100644 --- a/templates/template.html +++ b/templates/template.html @@ -2,6 +2,7 @@ <html> <head> <link rel='stylesheet' href="{{url_for('static', filename='style.css')}}"> + <title>edaweb :: {{title}}</title> </head> <body> <div id=wrapper> |