homepagePHP/app/Home/View/default/Base/common.html

19 lines
307 B
HTML
Executable File

<include file="Public/head"/>
<body>
<!-- 头部 -->
<include file="Public/header"/>
<!-- /头部 -->
<!-- 主体 -->
<main>
<include file="Public/body"/>
</main>
<!-- /主体 -->
<!-- 底部 -->
<include file="Public/footer"/>
<!-- /底部 -->
<block name="script"></block>
</body>
</html>