mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 09:41:47 +02:00
♻️ CDNについて修正
This commit is contained in:
@@ -14,14 +14,18 @@ NES.cssは **ファミコン風(8bit ライク)** なCSSフレームワークで
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- minify -->
|
<!-- minify -->
|
||||||
<link href="https://bcrikko.github.io/NES.css/css/nes.min.css" rel="stylesheet" />
|
<link href="https://unpkg.com/nes.css@0.0.2/css/nes.min.css" rel="stylesheet" />
|
||||||
|
<!-- latest -->
|
||||||
|
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
|
||||||
```
|
```
|
||||||
|
|
||||||
OR
|
OR
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- non-minified -->
|
<!-- non-minified -->
|
||||||
<link href="https://bcrikko.github.io/NES.css/css/nes.css" rel="stylesheet" />
|
<link href="https://unpkg.com/nes.css@0.0.2/css/nes.css" rel="stylesheet" />
|
||||||
|
<!-- latest -->
|
||||||
|
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
|
||||||
```
|
```
|
||||||
|
|
||||||
### npm
|
### npm
|
||||||
|
Reference in New Issue
Block a user