mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 08:34:32 +08:00
初始化项目
This commit is contained in:
22
view/index/common/tpl_easy_blue.html
Normal file
22
view/index/common/tpl_easy_blue.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
|
||||
<title>{:get_system_config('site_name')}-首页</title>
|
||||
|
||||
{include file='common/_easy_blue_require'/}
|
||||
</head>
|
||||
<body>
|
||||
{include file='common/_easy_blue_header'/}
|
||||
<div style="margin-top: 80px;">
|
||||
|
||||
</div>
|
||||
{include file='common/_easy_blue_footer'/}
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
|
||||
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user