comparison templates/header.tmpl @ 1790:88f0345d82e9

[hgweb] Added favicon to standard/gitweb templates
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Wed, 22 Feb 2006 01:06:17 -0500
parents b08b87cecc37
children 2e77f7852e82
comparison
equal deleted inserted replaced
1780:8a1f2eae2832 1790:88f0345d82e9
1 Content-type: text/html 1 Content-type: text/html
2 2
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html> 4 <html>
5 <head> 5 <head>
6 <link rel="icon" href="?static=hgicon.png" type="image/png">
6 <meta name="robots" content="index, nofollow" /> 7 <meta name="robots" content="index, nofollow" />
7 <style type="text/css">/*<![CDATA[*/ @import "?static=style.css"; /*]]>*/</style> 8 <style type="text/css">/*<![CDATA[*/ @import "?static=style.css"; /*]]>*/</style>