You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
411 B
17 lines
411 B
9 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="zh-CN">
|
||
|
<head>
|
||
|
{include file="public/frame_head" /}
|
||
|
<title>{block name="title"}{/block}</title>
|
||
|
{block name="head_top"}{/block}
|
||
|
{include file="public/style" /}
|
||
|
{block name="head"}{/block}
|
||
|
</head>
|
||
|
<body class="gray-bg">
|
||
|
{block name="content"}{/block}
|
||
|
{block name="foot"}{/block}
|
||
|
{block name="script"}{/block}
|
||
|
{include file="public/frame_footer" /}
|
||
|
</body>
|
||
|
</html>
|