author | Thomas Arendsen Hein <thomas@intevation.de> |
Mon, 26 Feb 2007 21:57:33 +0100 | |
changeset 4117 | eb0967c6e77b |
parent 4084 | 51e52db6b40d |
child 5928 | 3340aa5a64f7 |
child 5977 | e82dd2dd6276 |
permissions | -rw-r--r-- |
3781
713e35dcc321
hgweb: report detected character set
Matt Mackall <mpm@selenic.com>
parents:
3265
diff
changeset
|
1 |
Content-type: text/html; charset={encoding} |
142 | 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> |
|
4084
51e52db6b40d
hgweb: allow static files to be served directly by the HTTP server
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
3781
diff
changeset
|
6 |
<link rel="icon" href="#staticurl#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" /> |
4084
51e52db6b40d
hgweb: allow static files to be served directly by the HTTP server
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
3781
diff
changeset
|
8 |
<link rel="stylesheet" href="#staticurl#style.css" type="text/css" /> |