templates/footer.tmpl
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 17 Feb 2006 17:41:18 -0600
changeset 1738 f293ad87f928
parent 1417 90b62337f8dd
child 2148 c72e618c1204
permissions -rw-r--r--
Don't hard-code /tmp in test-ro-message This makes the test succeed when $TMPDIR is set.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1417
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     1
<div class="logo">
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     2
powered by<br/>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     3
<a href="http://www.selenic.com/mercurial/">mercurial</a>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     4
</div>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     5
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     6
</body>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     7
</html>