This commit is contained in:
杜恒
2021-01-19 17:56:21 +08:00
parent 779b87f8b3
commit ed3b56c2be
12 changed files with 217 additions and 4 deletions

View File

@@ -6,3 +6,22 @@
* @author Joe
* @link https://ae.js.cn
*/
?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<?php $this->need('public/include.php'); ?>
</head>
<body>
<div id="Joe">
<?php $this->need('public/header.php'); ?>
<?php $this->need('public/footer.php'); ?>
</div>
</body>
</html>