templates/header.tmpl
author Josef "Jeff" Sipek <jeffpc@optonline.net>
Wed, 22 Feb 2006 01:06:17 -0500
changeset 1790 88f0345d82e9
parent 1778 b08b87cecc37
child 2126 2e77f7852e82
permissions -rw-r--r--
[hgweb] Added favicon to standard/gitweb templates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     1
Content-type: text/html
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     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
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     4
<html>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     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" />
1778
b08b87cecc37 [hgweb] Move CSS from headers into static files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents: 1628
diff changeset
     8
<style type="text/css">/*<![CDATA[*/ @import "?static=style.css"; /*]]>*/</style>