文章目录

FavIcon from Pics

一个可以在线生成网站favicon图标的网站

网站地址:http://www.chami.com/html-kit/services/favicon/

可以同时生成静态(favicon.ico)和动态(animated_favicon1.gif)两种图标

以下是安装说明附带我的翻译(英文水平有限,如有翻译错误欢迎指正):

A. Installing the favicon with animation

  1. Upload favicon.ico and animated_favicon1.gif to the root of your web folder(上传 favicon.ico 和 animated_favicon1.gif 文件到你的网站根目录下).
  2. Add the following HTML code to your web page, in between <head> and </head> tags(添加以下HTML代码到你页面中<head>和</head&gt之间):
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/gif" href="animated_favicon1.gif">

B. Installing the favicon without animation

  1. Upload favicon.ico to the root of your web folder(上传 favicon.ico 文件到你的网站根目录下)

  2. Add the following HTML code to your web page, in between <head> and </head> tags:(2.添加以下HTML代码到你页面中<head>和</head&gt之间:)

<link rel="shortcut icon" href="favicon.ico">