|
@@ -1,11 +1,11 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html>
|
|
|
+<html lang="zh-Hans-CN">
|
|
|
<head>
|
|
|
<title>龙游科技 - 言灵世界 后台统计</title>
|
|
|
- <link rel="stylesheet" href="js/bootstrap/css/bootstrap.min.css">
|
|
|
- <link rel="stylesheet" href="css/font-awesome.min.css">
|
|
|
- <link rel="stylesheet" href="css/index.css">
|
|
|
- <link rel="stylesheet" href="css/skins/_all-skins.css">
|
|
|
+ <link rel="stylesheet" type="text/css" href="./js/bootstrap/css/bootstrap.min.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="./css/index.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="./css/skins/_all-skins.css" />
|
|
|
<script src="js/jquery/jQuery-2.2.0.min.js"></script>
|
|
|
<script src="js/bootstrap/js/bootstrap.min.js"></script>
|
|
|
<script src="js/index.js"></script>
|