Skip to content

GriphcodeDev/cdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪐 Griphcode's CDN

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.


📂 Structure

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

🚀 Usage

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


🔗 Share

https://cdn.griphcode.dev/

⚠️ Notes

  • 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.

About

My personal cdn for content delivery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors