阅读背景:

如何制作标题和侧边栏?

来源:互联网 

This is my index.php file

这是我的index.php文件

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" type="text/css" href="/go.html?url=style.css" />
    <style type="text/css">
    </style>
</head>
<body>
   <div id="container">
   <?php
    include('includes/header.php');
    include('includes/sidebar.php');
    include('includes/content.php');
    include('includes/footer.php');
?>
</body>
</html>
<



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: