Mercurial > hg > gitserve
annotate templates/header.tmpl @ 3455:c8686e3f0291
Testing the new changegroupsubset remote function in the ssh
and http protocols.
author | Eric Hopper <hopper@omnifarious.org> |
---|---|
date | Wed, 18 Oct 2006 02:14:26 -0500 |
parents | d1aa83f199ef |
children |
rev | line source |
---|---|
142 | 1 Content-type: text/html |
2 | |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
142
diff
changeset
|
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
142 | 4 <html> |
5 <head> | |
3271
d1aa83f199ef
Update templates to use NewWebInterface
Brendan Cully <brendan@kublai.com>
parents:
2126
diff
changeset
|
6 <link rel="icon" href="#url#static/hgicon.png" type="image/png"> |
1628
88ad18c16ae5
[hgweb] Prevent search engine bots from indexing the entire repository
Matt Mackall <mpm@selenic.com>
parents:
1425
diff
changeset
|
7 <meta name="robots" content="index, nofollow" /> |
3271
d1aa83f199ef
Update templates to use NewWebInterface
Brendan Cully <brendan@kublai.com>
parents:
2126
diff
changeset
|
8 <link rel="stylesheet" href="#url#static/style.css" type="text/css" /> |