20 lines
297 B
HTML
20 lines
297 B
HTML
5 years ago
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<include file="Public/head"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- 头部 -->
|
||
|
<include file="Public/header"/>
|
||
|
<!-- /头部 -->
|
||
|
|
||
|
<!-- 主体 -->
|
||
|
<include file="Public/body"/>
|
||
|
<!-- /主体 -->
|
||
|
|
||
|
<!-- 底部 -->
|
||
|
<include file="Public/footer"/>
|
||
|
<!-- /底部 -->
|
||
|
</body>
|
||
|
</html>
|