Jony/index.php

32 lines
646 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'); ?>
2021-01-20 04:39:49 +00:00
<div class="joe_container">
<div class="joe_main">
2021-01-20 06:15:32 +00:00
<?php timerStop() ?>
2021-01-20 04:39:49 +00:00
</div>
<?php $this->need('public/aside.php'); ?>
</div>
2021-01-19 09:56:21 +00:00
<?php $this->need('public/footer.php'); ?>
</div>
</body>
</html>