summaryrefslogtreecommitdiff
path: root/webapp.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2019-03-17 22:01:52 +0100
committerHelmut Grohne <helmut@subdivi.de>2019-03-17 22:01:52 +0100
commit1382d4db5039c24940d5215a3640833230a1b731 (patch)
tree1b34eef4939fe67154310161e98e0692ea2c525d /webapp.py
parentb6ee7b2379929ec66c5bb0b385b95b201e578c9f (diff)
downloadcrossqa-1382d4db5039c24940d5215a3640833230a1b731.tar.gz
webapp.py: add a footer pointing to the source
Diffstat (limited to 'webapp.py')
-rw-r--r--webapp.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/webapp.py b/webapp.py
index b402186..eece841 100644
--- a/webapp.py
+++ b/webapp.py
@@ -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 &lt;helmut@subdivi.de&gt;</li>
+ <li>Source: git://git.subdivi.de/~helmut/crossqa.git</li>
+ </ul>
+ </footer>
</html>
"""