Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ http://jxnblk.github.io/loading
<img src="loading-balls.svg" alt="Loading icon" />
```

## CDN Usage
Get started quickly with [OSSCDN](http://osscdn.com/#/loading) (powered by MaxCDN)
```html
<img src="//oss.maxcdn.com/loading/0.1/loading-bars.svg" alt="Loading Bars" />
<img src="//oss.maxcdn.com/loading/0.1/loading-balls.svg" alt="Loading Balls" />
```

## Custom colors
Just change the `fill` attribute in the svg file to whatever.

Expand Down