fix: use https://cdn.staticfile.org
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Copyright 2013 - 2016 © cnpmjs.org
|
||||
Copyright 2013 - present © cnpmjs.org
|
||||
|
|
||||
<a href="/">Home</a>
|
||||
|
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<link href="/css/github.css" rel="stylesheet" media="screen">
|
||||
<link href="/css/github-markdown.css" rel="stylesheet" media="screen">
|
||||
<!-- JavaScript plugins (requires jQuery) -->
|
||||
<script src="//dn-staticfile.qbox.me/jquery/2.0.3/jquery.min.js"></script>
|
||||
<script src="https://cdn.staticfile.org/jquery/2.0.3/jquery.min.js"></script>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="CNPM" />
|
||||
<script>
|
||||
$(function () {
|
||||
@@ -63,9 +63,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
|
||||
<script src="//dn-staticfile.qbox.me/respond.js/1.2.0/respond.min.js"></script>
|
||||
<script src="https://cdn.staticfile.org/respond.js/1.2.0/respond.min.js"></script>
|
||||
|
||||
<script src="//dn-staticfile.qbox.me/prettify/r298/prettify.min.js"></script>
|
||||
<script src="https://cdn.staticfile.org/prettify/r298/prettify.min.js"></script>
|
||||
|
||||
<!-- Specific to this page -->
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user