templates/footer.tmpl
author Matt Mackall <mpm@selenic.com>
Thu, 11 Oct 2007 00:46:47 -0500
changeset 5445 64cf1c853674
parent 2148 c72e618c1204
permissions -rw-r--r--
revlog: reduce memory usage in addgroup - use a buffer to extract the delta from a chunk - avoid concatenating to a compressed delta - use a buffer to directly extra full text from a trivial delta - delete chunk and delta objects after use
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2148
c72e618c1204 Add MOTD display to hgweb and hgwebdir.
Colin McMillen <mcmillen@cs.cmu.edu>
parents: 1417
diff changeset
     1
#motd#
1417
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     2
<div class="logo">
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     3
powered by<br/>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     4
<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
     5
</div>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     6
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     7
</body>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     8
</html>