Appearance
使用Google API获取网站图标
你可以使用Google的API来获取任意网站的图标。使用方法如下:
markdown
https://www.google.com/s2/favicons?domain=你的域名
示例
获取Google网站图标:
markdown
https://www.google.com/s2/favicons?domain=google.com
将上面的域名替换为你自己的域名即可获取对应网站的图标。图标的格式为PNG,大小为16x16像素。
html
<img src="https://www.google.com/s2/favicons?domain=example.com" alt="Example Site Icon">