diff 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
line wrap: on
line diff
--- a/templates/header.tmpl	Tue Feb 21 17:36:27 2006 -0600
+++ b/templates/header.tmpl	Wed Feb 22 01:06:17 2006 -0500
@@ -3,5 +3,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
+<link rel="icon" href="?static=hgicon.png" type="image/png">
 <meta name="robots" content="index, nofollow" />
 <style type="text/css">/*<![CDATA[*/ @import "?static=style.css"; /*]]>*/</style>