Make sure that browsers that don't automatically check for /favicon.ico
pick up FreeBSD.org's spiffy favicon.ico. PR: www/54598 Submitted by: Dan Langille <dan@langille.org>
This commit is contained in:
parent
a811958b0e
commit
50d3f3f2ab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17588
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.58 2003/06/18 23:22:44 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.59 2003/06/22 19:03:05 murray Exp $ -->
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
|
@ -35,6 +35,8 @@
|
|||
<!ENTITY header '<head><title>&title;</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" type="text/css" href="&stylesheet;"></head><body
|
||||
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
|
||||
src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
|
||||
|
|
Loading…
Reference in a new issue