0

几周前,我注意到网站图标停止加载我的网站: 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>
4

1 回答 1

0

当我访问您的网站时,我将其作为您的头脑:

<head>
  <title>Schubert Theatres </title>

</head>

我以前没有使用过框架集,您网站的其余部分似乎是通过某种类型的框架集显示的,但我建议您尝试将图标放在页面的实际头部。那会有所帮助。

于 2016-01-05T01:13:18.523 回答