add chota 0.8.0

This commit is contained in:
Alexander Popov 2022-03-27 12:13:40 +03:00
parent 76402a043c
commit b6c86bfadf
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
2 changed files with 24 additions and 7 deletions

View File

@ -11,10 +11,26 @@
Читаем `HISTORY.md` и не переживаем.
## Список библиотек
**Bootstrap 5.1.3**
- `css/bootstrap.min.css`
- `css/bootstrap.min.css.map`
- `js/bootstrap.min.js`
- `js/bootstrap.min.js.map`
- `js/bootstrap.bundle.min.js`
- `js/bootstrap.bundle.min.js.map`
### Bootstrap 5.1.3
[[View files](src/bootstrap/5.1.3)]
**Import:**
```html
<link rel="stylesheet" type="text/css" href="//cdn.a2s.su/bootstrap/5.1.3/css/bootstrap.min.css">
<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

File diff suppressed because one or more lines are too long