From bcff5a466117cd99b28d9d4387d7d7f2cf8922ef Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Sat, 1 Aug 2020 21:41:14 +0200 Subject: [PATCH] Add a CDN URLs section --- index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.html b/index.html index 4cb814872..dcbc94cdc 100644 --- a/index.html +++ b/index.html @@ -497,6 +497,29 @@

v1.11.0 Downloads (Right-clic +

v1.11.0 CDN URLs (Use with <script src="..."></script>)

+ +
    +
  • + https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-min.js +
  • +
  • + https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-esm-min.js +
  • +
  • + https://cdn.jsdelivr.net/npm/underscore@1.11.0/underscore-min.js +
  • +
  • + https://cdn.jsdelivr.net/npm/underscore@1.11.0/underscore-esm-min.js +
  • +
  • + https://unpkg.com/underscore@1.11.0/underscore-min.js +
  • +
  • + https://unpkg.com/underscore@1.11.0/underscore-esm-min.js +
  • +
+

Package Installation