几年前我用模板制作了这个网站bigeyeslion.com。最近,我改变了一些文字和图像。之后,CSS停止工作。我在上传到服务器之前在本地测试它,它工作正常。但是css文件不会在服务器上加载。这是标题
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Leon Sun - Creative Designer - Graphic and 3D</title>
<meta name="description" content="Leon Sun, Creative Designer,Graphic, 3D, Display design"/>
<meta name="keywords" content="Leon Sun, Creative Designer,Graphic, 3D, Display design"/>
<meta name="author" content="bigeyeslion.com"/>
<link rel="shortcut icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/style-responsive.css" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
我将css文件放在public_html / css文件夹中,索引位于public_html文件夹中。
请帮助,我这几天一直在努力
答案 0 :(得分:0)
我觉得很奇怪。我使用firefox在MAC上测试该网站,并在我的工作场所使用谷歌Chrome浏览器在PC上测试。他们俩都表现出同样的问题。用F12,它告诉我我有2个img(我没用过)丢失了。但是,当在家里使用镀铬测试时,它工作正常,也可以在手机上工作。