add bootstrap 5.1.3

This commit is contained in:
Alexander Popov 2022-03-17 21:07:46 +03:00
parent 6e60c8d6ed
commit e05b5af55c
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
7 changed files with 42 additions and 1 deletions

View File

@ -6,4 +6,5 @@
- - Information
- ♻️ - Edited
## empty
## 2022/03/17
- - added Bootstrap 5.1.3

View File

@ -8,3 +8,6 @@
Нет никаких гарантий, что старая версия библиотеки будет сохранена в репозитории.
Читаем `HISTORY.md` и не переживаем.
## Bootstrap
**5.1.3**

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

21
src/index.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="ru" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>cdn.*</title>
<style type="text/css">
/* ... */
</style>
</head>
<body>
<main>
<div class="container">
<p><a href="https://git.a2s.su/iiiypuk/CDN">git repo</a></p>
</div>
</main>
</body>
</html>
<!-- ver: 0.0.1 -->