diff options
Diffstat (limited to 'Doc/html')
| -rw-r--r-- | Doc/html/about.html | 1 | ||||
| -rw-r--r-- | Doc/html/index.html.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/html/about.html b/Doc/html/about.html index 492e76d1a4..8d276c0cd7 100644 --- a/Doc/html/about.html +++ b/Doc/html/about.html @@ -5,6 +5,7 @@ <meta name="description" content="Overview information about the Python documentation"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif"> <link rel="STYLESHEET" href="lib/lib.css"> </head> <body> diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index b242c7f37f..015536ec48 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -5,6 +5,7 @@ <meta name="description" content="Top-level index to the standard documentation for Python @RELEASE@."> + <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif"> <link rel="STYLESHEET" href="lib/lib.css" type="text/css"> <style type="text/css"> a.title { font-weight: bold; font-size: 110%; } |
