标题标签显示为未显示在子文件夹中的文件中

时间:2018-08-09 13:32:20

标签: php html

标题标签显示为文件夹(时尚)中的文件(apparel.php)的“无标题文档”,但对于不在子文件夹中的文件(login.php)正确显示。 这是apparel.php的头部:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Apparel</title>
     <meta name="viewport" content="width=device-width, maximum-scale=1.0,    
      initial-scale=1.0", user-scalable="yes" />
     <link rel="stylesheet" type="text/css" href="../css/main.css" />
     <link rel="stylesheet" type="text/css" href="../bootstrap-3.3.7/css    
     /bootstrap.min.css">
     <link rel="stylesheet" type="text/css" href="../css/navbar.css"  />
     <script src="../js/navbar.js"></script>
     <script type="text/javascript" src="../js/jquery-3.3.1.min.js">    
     </script>
     <script src="../bootstrap-3.3.7/js/bootstrap.min.js"></script>
</head>

这是login.php的头部:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Login </title>
     <meta name="viewport" content="width=device-width, maximum-scale=1.0,     
      initial-scale=1.0", user-scalable="yes" />
     <link rel="stylesheet" type="text/css" href="css/main.css" />
     <link rel="stylesheet" type="text/css" href="bootstrap-3.3.7/css
      /bootstrap.min.css">
     <script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
     <script src="bootstrap-3.3.7/js/bootstrap.min.js"></script>
</head>

我们非常感谢您的帮助。

0 个答案:

没有答案