mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
♻️ CDNについて修正
This commit is contained in:
@@ -14,14 +14,18 @@ NES.cssは **ファミコン風(8bit ライク)** なCSSフレームワークで
|
||||
|
||||
```html
|
||||
<!-- 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
|
||||
|
||||
```html
|
||||
<!-- 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
|
||||
|
Reference in New Issue
Block a user