Documentation
Welcome to IcoSix CDN documentation. This guide will help you get started with our content delivery network.
Getting Started
To use IcoSix CDN, simply include the desired library in your HTML file using the appropriate tag:
<link
rel="stylesheet"
href="https://cdn.icosix.com/css/bootstrap-5.3.6-dist/css/bootstrap.min.css"
>
CSS Frameworks
We host popular CSS frameworks with their latest versions:
Bootstrap
<link
rel="stylesheet"
href="https://cdn.icosix.com/css/bootstrap-5.3.0-dist/css/bootstrap.min.css"
>
Font Awesome CSS
<link
rel="stylesheet"
href="https://cdn.icosix.com/css/[email protected]/css/all.min.css"
>
JavaScript Libraries
Popular JavaScript libraries available on our CDN:
jQuery
<script
src="https://cdn.icosix.com/js/[email protected]/jquery-3.7.1.min.js"
></script>
Font Awesome
<script
src="https://cdn.icosix.com/css/[email protected]/js/all.min.js"
></script>
Fonts & Icons
Font awesome and flag icon libraries:
Font Awesome
<link
rel="stylesheet"
href="https://cdn.icosix.com/css/[email protected]/css/all.min.css"
>
Flag Icons
<link
rel="stylesheet"
href="https://cdn.icosix.com/css/[email protected]/css/flag-icons.min.css"
>
Usage Guidelines
Follow these best practices when using IcoSix CDN:
- Always use the latest stable version of libraries
- Include CSS files in the <head> section
- Place JavaScript files before the closing </body> tag
- Use minified versions in production
API Reference
Our CDN API allows you to:
- Check library versions
- Get usage statistics
- Monitor performance
For detailed API documentation, please contact our support team.