Skip to content

Commit

Permalink
Add a CDN URLs section
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Aug 1, 2020
1 parent 7a2616a commit bcff5a4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,29 @@ <h2>v1.11.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
</tr>
</table>

<h2>v1.11.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>

<ul>
<li>
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-min.js</tt>
</li>
<li>
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-esm-min.js</tt>
</li>
<li>
<tt>https://cdn.jsdelivr.net/npm/underscore@1.11.0/underscore-min.js</tt>
</li>
<li>
<tt>https://cdn.jsdelivr.net/npm/underscore@1.11.0/underscore-esm-min.js</tt>
</li>
<li>
<tt>https://unpkg.com/underscore@1.11.0/underscore-min.js</tt>
</li>
<li>
<tt>https://unpkg.com/underscore@1.11.0/underscore-esm-min.js</tt>
</li>
</ul>

<h2>Package Installation</h2>

<ul>
Expand Down

0 comments on commit bcff5a4

Please sign in to comment.