summaryrefslogtreecommitdiff
path: root/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'base.html')
-rw-r--r--base.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/base.html b/base.html
deleted file mode 100644
index 4e49d47..0000000
--- a/base.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>{% block title %}{% endblock %}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css">
- <link rel="icon" type="image/vnd.microsoft.icon" href="{{ urlroot|e }}/favicon.ico">
- {% block header %}{% endblock %}
- </head>
- <body>
-{% block content %}
-{% endblock %}
-<hr>
-<h4>Details about this service</h4>
-<ul>
- <li>More information: <a href="http://wiki.debian.org/dedup.debian.net">see wiki</a></li>
- <li>Maintainer: Helmut Grohne &lt;helmut@subdivi.de&gt;</li>
- <li>Source: git://murkel.subdivi.de/~helmut/debian-dedup.git</li>
- <li>Bugs reports / Feedback / Patches: to the maintainer</li>
-</ul>
- </body>
-</html>