24 lines
678 B
PHP
24 lines
678 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{$config['admin_name']}</title>
|
|
<link rel="stylesheet" href="__LAYUI__/css/layui.css">
|
|
<link rel="stylesheet" href="__CSS__/style.css">
|
|
<link rel="stylesheet" href="__CSS__/bootstrap.min.css">
|
|
<link rel="stylesheet" href="__CSS__/fontawesome.css">
|
|
|
|
<script src="__LAYUI__/layui.js" charset="utf-8"></script>
|
|
<script src="__JS__/bootstrap.bundle.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
{include file="component/header" /}
|
|
{include file="component/main" /}
|
|
{include file="component/footer" /}
|
|
|
|
</body>
|
|
|
|
</html> |