我在我建立的网站上添加了一个图标,但问题是它没有出现在 Google Chrome 和 Safari 上。这就是我所做的:
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link rel="shortcut icon" type="icon/icon" href= Jo.ico />
<title>My site</title>
</head>
<body>
</body>
</html>