Skip to content

Commit

Permalink
部分地区cdn被屏,格式化到本地
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Sep 29, 2018
1 parent fa92ae6 commit eda5ce8
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 7 deletions.
7 changes: 7 additions & 0 deletions web/css/bootstrap-theme.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions web/css/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="云监控">
<meta name="author" content="BotoX">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/dark.css" title="dark">
<link rel="stylesheet" href="css/light.css" title="light">
<style>
Expand All @@ -28,8 +28,8 @@
</style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
Expand Down Expand Up @@ -106,8 +106,8 @@
<a href="https://github.com/cppla/ServerStatus">ServerStatus中文版</a>
</p>
</div>
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/serverstatus.js"></script>
</body>
</html>
7 changes: 7 additions & 0 deletions web/js/bootstrap.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions web/js/html5shiv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions web/js/jquery-1.10.2.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit eda5ce8

Please sign in to comment.