You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" >
< title > 欢迎页面-X-admin2.0< / title >
< meta name = "renderer" content = "webkit" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
< meta name = "viewport" content = "width=device-width,user-scalable=yes, minimum-scale=0.4, initial-scale=0.8,target-densitydpi=low-dpi" / >
< link rel = "shortcut icon" href = "/favicon.ico" type = "image/x-icon" / >
< link rel = "stylesheet" href = "./css/font.css" >
< link rel = "stylesheet" href = "./css/xadmin.css" >
< / head >
< body >
< div class = "x-body" >
< blockquote class = "layui-elem-quote" > 欢迎使用x-admin 后台模版! v2.0官方交流群: 519492808< / blockquote >
< fieldset class = "layui-elem-field" >
< legend > 信息统计< / legend >
< div class = "layui-field-box" >
< table class = "layui-table" lay-even >
< thead >
< tr >
< th > 统计< / th >
< th > 资讯库< / th >
< th > 图片库< / th >
< th > 产品库< / th >
< th > 用户< / th >
< th > 管理员< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > 总数< / td >
< td > 92< / td >
< td > 9< / td >
< td > 0< / td >
< td > 8< / td >
< td > 20< / td >
< / tr >
< tr >
< td > 今日< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< / tr >
< tr >
< td > 昨日< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< / tr >
< tr >
< td > 本周< / td >
< td > 2< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< / tr >
< tr >
< td > 本月< / td >
< td > 2< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< td > 0< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / fieldset >
< blockquote class = "layui-elem-quote layui-quote-nm" > 感谢layui,百度Echarts,jquery,本后台系统由X前端框架提供前端技术支持。< / blockquote >
< / div >
< script >
var _hmt = _hmt || [ ] ;
( function ( ) {
var hm = document . createElement ( "script" ) ;
hm . src = "https://hm.baidu.com/hm.js?b393d153aeb26b46e9431fabaf0f6190" ;
var s = document . getElementsByTagName ( "script" ) [ 0 ] ;
s . parentNode . insertBefore ( hm , s ) ;
} ) ( ) ;
< / script >
< / body >
< / html >