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