mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
24 lines
1.3 KiB
PHP
24 lines
1.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="renderer" content="webkit"/>
|
|
<title>{block name="title"}{$title|default=''}{if !empty($title)} · {/if}{:sysconf('site_name')}{/block}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<link rel="shortcut icon" href="{:sysconf('browser_icon')}" />
|
|
<link rel="stylesheet" href="__STATIC__/plugs/awesome/css/font-awesome.min.css?ver={:date('ymd')}">
|
|
<link rel="stylesheet" href="__STATIC__/plugs/bootstrap/css/bootstrap.min.css?ver={:date('ymd')}"/>
|
|
<link rel="stylesheet" href="__STATIC__/plugs/layui/css/layui.css?ver={:date('ymd')}"/>
|
|
<link rel="stylesheet" href="__STATIC__/theme/default/css/console.css?ver={:date('ymd')}">
|
|
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css?ver={:date('ymd')}">{block name="style"}{/block}
|
|
<script src="__STATIC__/plugs/require/require.js?ver={:date('ymd')}"></script>
|
|
<script src="__STATIC__/admin/app.js?ver={:date('ymd')}"></script>
|
|
<script>window.ROOT_URL='__PUBLIC__';</script>
|
|
</head>
|
|
{block name="bodyTag"}
|
|
<body>
|
|
{block name="body"}{/block}
|
|
{block name="script"}{/block}
|
|
</body>
|
|
{/block}
|
|
</html> |