Replace RawGit with jsDelivr

This commit is contained in:
jsDelivr Bot 2018-12-07 18:24:55 +01:00
parent df3619f89b
commit 6465930bd3
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
</head>
<body>
<script src="script-local.js"></script>
<script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/zloirock/core-js/client/shim.min.js"></script>
<link rel="icon" type="image/png" href="colour.png">
<link rel="icon" type="image/png" href="http://localhost:54321/colour.png">
<link rel="shortcut icon" type="image/png" href="colour.png">

View File

@ -1 +1 @@
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>External script</title> <script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script> </head> <body> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>External script</title> <script src="https://cdn.jsdelivr.net/gh/zloirock/core-js/client/shim.min.js"></script> </head> <body> </body> </html>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>External script</title>
<script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/zloirock/core-js/client/shim.min.js"></script>
</head>
<body>