Favicon在上传时无法正常工作但在localhost上运行良好

时间:2015-05-14 17:17:05

标签: html favicon

我创建了一个网站,其中包含几天前正在使用的图标。现在,它只适用于我的localhost。它没有出现在网上。可能是什么问题呢?我将favicon上传到了public_html。

<link href="view/css/bootstrap.min.css" rel="stylesheet">
<link href="view/css/styles.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Archivo+Narrow" rel="stylesheet" type="text/css">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="js/respond.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

0 个答案:

没有答案