几周前,我注意到favicon停止加载我的网站:http://makingspidersense.com/Schubert/
我还没有更改该部分的代码,png文件仍然存在于服务器上。似乎所有标签都已正确关闭。这段代码曾经工作过,对我的其他网站来说仍然可以正常使用。那么是什么导致它停止加载以及如何解决它?
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="css/schubert.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Signika' rel='stylesheet' type='text/css'>
<meta name="description" content="The official website for Schubert's Hartford Theatre in Hartford, WI. Purchase your tickets online, find showtimes, movie trailers, shows that are coming soon, discount prices and more!" />
<meta name="keywords" content="Schubert, Theatres, Cinemas, tickets, showtimes, movies, Hartford, WI" />
<meta property="fb:admins" content="ben.moran.28" />
<meta name="viewport" content="width=1075px"/>
<title>Schubert's Hartford Theatre in WI - Purchase tickets, find showtimes and movie info</title>
<script type="text/javascript" src="scripts/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="scripts/coin-slider.js"></script>
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
答案 0 :(得分:0)
当我访问您的网站时,我会将此作为您的头脑:
<head>
<title>Schubert Theatres </title>
</head>
之前我没有使用过frameset,而且你的网站的其他部分似乎是通过某种类型的框架集显示的,但我建议你尝试将图标放在页面的实际页面中。这可能有所帮助。