Jony/index.php

27 lines
451 B
PHP
Raw Normal View History

2021-01-19 07:41:08 +00:00
<?php
/**
* Eternity is not a distance but a decision - Joe <br /> 环境要求PHP 5.4 ~ 7.2
* @package Typecho Joe Theme
* @author Joe
* @link https://ae.js.cn
*/
2021-01-19 09:56:21 +00:00
?>
<!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>