|
@@ -5,7 +5,7 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<title>用户中心</title>
|
|
<title>用户中心</title>
|
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
|
- <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
|
|
|
|
|
|
+ <link rel="stylesheet" href="css/bootstrap.min.css">
|
|
|
<link rel="stylesheet" href="//at.alicdn.com/t/font_ay4w4j5c2tke29.css">
|
|
<link rel="stylesheet" href="//at.alicdn.com/t/font_ay4w4j5c2tke29.css">
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
</head>
|
|
</head>
|
|
@@ -132,7 +132,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- /.login-box -->
|
|
<!-- /.login-box -->
|
|
|
|
|
|
|
|
-<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
|
|
|
-<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
|
|
|
|
|
|
+<script src="js/jquery.min.js"></script>
|
|
|
|
|
+<script src="js/bootstrap.min.js"></script>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|