author | Matt Mackall <mpm@selenic.com> |
Fri, 22 Dec 2006 17:59:40 -0600 | |
changeset 3957 | 2b87d3c5ab8e |
parent 3264 | fc34c031ff54 |
child 5928 | 3340aa5a64f7 |
child 5977 | e82dd2dd6276 |
permissions | -rw-r--r-- |
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> |
|
1790
88f0345d82e9
[hgweb] Added favicon to standard/gitweb templates
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
1778
diff
changeset
|
6 |
<link rel="icon" href="?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" /> |
2126
2e77f7852e82
Use <link> tag instead if CDATA import for CSS stylesheets. Fixes issue200.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1790
diff
changeset
|
8 |
<link rel="stylesheet" href="?static=style.css" type="text/css" /> |