diff options
author | Helmut Grohne <helmut@subdivi.de> | 2019-03-17 22:01:52 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2019-03-17 22:01:52 +0100 |
commit | 1382d4db5039c24940d5215a3640833230a1b731 (patch) | |
tree | 1b34eef4939fe67154310161e98e0692ea2c525d /webapp.py | |
parent | b6ee7b2379929ec66c5bb0b385b95b201e578c9f (diff) | |
download | crossqa-1382d4db5039c24940d5215a3640833230a1b731.tar.gz |
webapp.py: add a footer pointing to the source
Diffstat (limited to 'webapp.py')
-rw-r--r-- | webapp.py | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -53,6 +53,10 @@ td { td:last-child { padding-right: 1px; } +footer { + margin-top: 3em; + border-top: 1px solid; +} </style> </head> <body> @@ -133,6 +137,13 @@ td:last-child { </section> {%- endif -%} </body> + <footer> + <h3>Details about this service</h3> + <ul> + <li>Maintainer: Helmut Grohne <helmut@subdivi.de></li> + <li>Source: git://git.subdivi.de/~helmut/crossqa.git</li> + </ul> + </footer> </html> """ |