This repository is used as a Content Delivery Network (CDN) for my applications and projects.
All assets are publicly available and served via GitHub Pages + Cloudflare for fast global delivery.
cdn/
├── JS/ # JavaScript files
├── CSS/ # Stylesheets
├── IMAGES/ # Logos, icons, graphics
├── VIDEOS/ # Video files (≤100MB per file)
├── HTML/ # Static HTML files
├── AUDIO/ # Audio clips, sound effects
├── SOFTWARE/ # Software builds and executables
└── DATA/ # JSON configs and other data
All files are available under the domain:
Examples:
-
JavaScript:
https://cdn.griphcode.dev/JS/app.js -
CSS:
https://cdn.griphcode.dev/CSS/style.css -
Images:
https://cdn.griphcode.dev/IMAGES/logo.png -
JSON Data:
https://cdn.griphcode.dev/DATA/config.json
https://cdn.griphcode.dev/
- Files are static. Updates require a new commit to this repo.
- GitHub Pages has a 100MB per file limit. Large assets (videos, installers, etc.) may need GitHub Releases or external storage.