annotate templates/footer.tmpl @ 1495:1e265c2bec94

Deal with merge abort more gracefully We save parent info last rather than first.
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Nov 2005 20:22:29 -0800
parents 90b62337f8dd
children c72e618c1204
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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>