117 Star 573 Fork 181

june / nepadmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
june 提交于 2018-09-20 23:04 . 取消异步加载 admin.css
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>nepadmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="renderer" content="webkit">
<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="stylesheet" href="layui/css/layui.css?t=20180530-2" media="all">
<link rel="stylesheet" href="nepadmin/css/admin.css?t=20180530-2" media="all">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="app"></div>
<script src="layui/layui.js"></script>
<script>
layui.config({
//指定 admin 项目路径
base: './nepadmin/',
version: Date.parse(new Date()),
debug: true
}).use('index');
</script>
</body>
<!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
<!--[if lt IE 9]>
<script src="nepadmin/ie8hack/html5shiv.min.js"></script>
<script src="nepadmin/ie8hack/respond.min.js"></script>
<script src="nepadmin/ie8hack/placeholders.min.js"></script>
<![endif]-->
</html>
JavaScript
1
https://gitee.com/june000/nep-admin.git
git@gitee.com:june000/nep-admin.git
june000
nep-admin
nepadmin
master

搜索帮助