diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-30 16:54:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-30 16:54:54 (GMT) |
commit | 11eb3d090fbc0013d773ab8de11db1f39eb9f4a9 (patch) | |
tree | 99cbf0f5ce93769170f3a22966422c7c24b49f2b /Doc/html/index.html.in | |
parent | 45be2fe230791c7389394b19867cd35795081e36 (diff) | |
download | cpython-11eb3d090fbc0013d773ab8de11db1f39eb9f4a9.zip cpython-11eb3d090fbc0013d773ab8de11db1f39eb9f4a9.tar.gz cpython-11eb3d090fbc0013d773ab8de11db1f39eb9f4a9.tar.bz2 |
Make use of the new "favicon" image.
Diffstat (limited to 'Doc/html/index.html.in')
-rw-r--r-- | Doc/html/index.html.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index b242c7f..015536e 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%; } |