22 lines
711 B
HTML
22 lines
711 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>首页三</title>
|
||
|
|
<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, maximum-scale=1">
|
||
|
|
<link href="../../admin/css/pearCommon.css" rel="stylesheet" />
|
||
|
|
<link rel="stylesheet" href="../../component/layui/css/layui.css" media="all">
|
||
|
|
<link href="../../admin/css/console1.css" rel="stylesheet" />
|
||
|
|
</head>
|
||
|
|
<body class="pear-container">
|
||
|
|
<div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<!--</div>-->
|
||
|
|
<script src="../../component/layui/layui.js" charset="utf-8"></script>
|
||
|
|
<script src="../../component/pear/pear.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|