diff options
Diffstat (limited to 'base.html')
-rw-r--r-- | base.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,5 +6,12 @@ <body> {% block content %} {% endblock %} +<hr> +<ul> + <h4>Details about this service</h4> + <li>Maintainer: Helmut Grohne <helmut@subdivi.de></li> + <li>Source: git://murkel.subdivi.de/~helmut/debian-dedup.git</li> + <li>Bugs reports / Feedback / Patches: to the maintainer</li> +</ul> </body> </html> |