How to use Semantic UI CDN?

You just need to copy the URL of the files you want to use for Semantic UI, and put it in your header under a script or link tag as the “src” or “href” value. For Semantic UI, you need three files for general use: semantic.min.css jquery.min.js (from JQuery CDN) semantic.min.js For example: <!DOCTYPE HTML> … Read more

Is there a Content Delivery Network (CDN) that hosts Google Code Prettify?

Found it! http://www.cdnjs.com/libraries/prettify <script src=”http://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.js” type=”text/javascript”></script> <link href=”http://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css” type=”text/css”> Update: https://github.com/cdnjs/cdnjs/issues/695 (see bottom of page)