Browse Source

update README.md

master
Jakub Škrabánek 3 years ago
parent
commit
a7f8f3f429
  1. 4
      README.md

4
README.md

@ -13,3 +13,7 @@ poté do našeho používaného HTML souboru do hlavičky vložíme *link* na cs
```html
<link rel="stylesheet" href="css/bootstrap.css">
```
Nad nakonec `</body>` budeme chtít impotovat *bootstrap.bundle.js*
```html
<script src="js/bootstrap.bundle.js"></script>
```
Loading…
Cancel
Save