diff options
Diffstat (limited to '')
-rw-r--r-- | public/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/public/index.html b/public/index.html index c314ebd9..ac7df91b 100644 --- a/public/index.html +++ b/public/index.html @@ -17,11 +17,11 @@ <!-- Bootstrap core CSS --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> - <link rel="stylesheet" href="/vendor/select2/select2.css"> - <link rel="stylesheet" href="/vendor/select2/select2-bootstrap.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2.min.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2-bootstrap.min.css`"> <!-- Custom styles for this template --> <link rel="stylesheet" href="/css/cover.css"> - <link rel="stylesheet" href="/css/bootstrap-social.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css"> <link rel="stylesheet" href="/css/site.css"> </head> @@ -204,17 +204,17 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="//code.jquery.com/jquery-1.11.3.min.js" defer></script> - <script src="/vendor/greensock-js/TweenMax.min.js" defer></script> - <script src="/vendor/greensock-js/jquery.gsap.min.js" defer></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.16.1/TweenMax.min.js" defer></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.16.1/jquery.gsap.min.js" defer></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js" defer></script> - <script src="/vendor/select2/select2.min.js" defer></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2.min.js" defer></script> <script src="/vendor/js.cookie.js" defer></script> - <script src="/vendor/moment-with-locales.js" defer></script> - <script src="/vendor/handlebars-v3.0.0.js" defer></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js" defer></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.0/handlebars.min.js" defer></script> <script src="/vendor/list.min.js" defer></script> <script src="/vendor/FileSaver.min.js" defer></script> <script src="/vendor/store.min.js" defer></script> - <script src="/vendor/url.min.js" defer></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/js-url/1.8.6/url.min.js" defer></script> <script src="/js/common.js" defer></script> <script src="/js/history.js" defer></script> <script src="/js/cover.js" defer></script> |