10 lines
173 B
Markdown
10 lines
173 B
Markdown
# Coffee theme CSS bootstrap
|
|
|
|
# Bootstrap using HTML
|
|
|
|
- Download file
|
|
- Link it using the `<link>` tag
|
|
|
|
```html
|
|
<link rel="stylesheet" href="/path/to/coffee.css" />
|
|
```
|