mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-24 03:40:18 +00:00
20 lines
525 B
PHP
20 lines
525 B
PHP
<!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">
|
|
<!--演示地址https://daneden.github.io/animate.css/?-->
|
|
<div class="wrapper wrapper-content animated ">
|
|
{block name="content"}{/block}
|
|
{block name="foot"}{/block}
|
|
{block name="script"}{/block}
|
|
{include file="public/frame_footer" /}
|
|
</div>
|
|
</body>
|
|
</html>
|