我已经为我的最新 Web 项目尝试了包含语句,但它不起作用
<script src="Additionl Pages/mm_css_menu.js"></script>
<link rel="stylesheet" type="text/css" href="Additionl Pages/Header.css" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home</title>
</head>
<?php
include('C:\wamp\www\Bank web\Additionl Pages\Header.html'); //header menu
?>
<?php
include('\wamp\www\Bank web\Additionl Pages\Slideshow\slideshow.html'); //slideshow
?>
<?php
include('C:\wamp\www\Bank web\Additionl Pages\logo.html'); //logo
?>
<body>
</body>
</html>