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>
<