add chota 0.8.0
This commit is contained in:
parent
76402a043c
commit
b6c86bfadf
30
README.md
30
README.md
@ -11,10 +11,26 @@
|
|||||||
Читаем `HISTORY.md` и не переживаем.
|
Читаем `HISTORY.md` и не переживаем.
|
||||||
|
|
||||||
## Список библиотек
|
## Список библиотек
|
||||||
**Bootstrap 5.1.3**
|
### Bootstrap 5.1.3
|
||||||
- `css/bootstrap.min.css`
|
[[View files](src/bootstrap/5.1.3)]
|
||||||
- `css/bootstrap.min.css.map`
|
|
||||||
- `js/bootstrap.min.js`
|
**Import:**
|
||||||
- `js/bootstrap.min.js.map`
|
```html
|
||||||
- `js/bootstrap.bundle.min.js`
|
<link rel="stylesheet" type="text/css" href="//cdn.a2s.su/bootstrap/5.1.3/css/bootstrap.min.css">
|
||||||
- `js/bootstrap.bundle.min.js.map`
|
|
||||||
|
<body>
|
||||||
|
<!-- Min JS -->
|
||||||
|
<script type="text/javascript" src="//cdn.a2s.su/bootstrap/5.1.3/js/bootstrap.min.js"></script>
|
||||||
|
<!-- or -->
|
||||||
|
<!-- Bundle JS -->
|
||||||
|
<script type="text/javascript" src="//cdn.a2s.su/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script>
|
||||||
|
</body>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Chota 0.8.0
|
||||||
|
[[View files](src/chota/0.8.0)]
|
||||||
|
|
||||||
|
**Import**
|
||||||
|
```html
|
||||||
|
<link rel="stylesheet" type="text/css" href="//cdn.a2s.su/chota/0.8.0/chota.min.css">
|
||||||
|
```
|
||||||
|
1
src/chota/0.8.0/chota.min.css
vendored
Normal file
1
src/chota/0.8.0/chota.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user