我有下一个代码,但是我不能让图标显示,也不能让iphone上的图像呈现。我怎么能解决这个问题?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
<div id="contruccion">
<img id="Construccion" width="801" height="601" name="Construccion" alt="propiedad de CharLi Guatemala" src="images/siteCon.png"></img>
</div>
</body>
</html>
答案 0 :(得分:0)
iOS上的Safari不支持favicon.ico
文件。你应该create a touch icon, as defined by Apple。
完成工作的最简单方法是创建一个名为apple-touch-icon.png
的152x152图片,并放置在您网站的根目录下。 iOS设备会找到它并在书签和主页上的链接中使用它。
您也可以使用此favicon generator一次创建所有iOS图片和HTML声明。完全披露:我是本网站的作者。