shop/CoreCms.Net.Web.Admin/wwwroot/index.html
2025-11-02 18:01:35 +08:00

48 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>雨宝庄严-后台管理</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="renderer" content="webkit">
<meta name="robots" content="noarchive">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="shortcut icon" href="static/images/common/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/lib/layui/css/layui.css" media="all">
<link href="/lib/layuiAdmin/style/dtree/dtree.css" rel="stylesheet" />
<link href="/lib/layuiAdmin/style/dtree/font/dtreefont.css" rel="stylesheet" />
<script src="/lib/ckeditor5/ckeditor.js"></script>
<script src="/lib/ckeditor5/translations/zh-cn.js"></script>
<link href="/static/css/documentEditor.min.css" rel="stylesheet" />
<script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&libraries=place&key=225d6c323c15ed3391a890f834bc4533"></script>
<!-- 让IE8/9支持媒体查询从而兼容栅格 -->
<!--[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]-->
<script>
/^http(s*):\/\//.test(location.href) || alert('请先部署到 localhost 下再访问');
</script>
</head>
<body>
<div id="LAY_app"></div>
<script src="/lib/layui/layui.js"></script>
<script>
layui.config({
base: '/lib/layuiAdmin/',
version: new Date().getTime()
}).use('index');
</script>
<script src="/lib/jquery/jquery-2.1.4.min.js"></script>
<script src="/static/js/common.js"></script>
<link href="/static/css/overWrite.min.css" rel="stylesheet" />
</body>
</html>