Bootstrap demo code
Warning - Bootstrap demo code uses links that will be broken on your system.
Look at the Carousel Template code links
- /docs/5.1/dist/css/bootstrap.min.css
- /docs/5.1/assets/img/favicons/apple-touch-icon.png
- /docs/5.1/assets/img/favicons/favicon-32x32.png
- /docs/5.1/dist/js/bootstrap.bundle.min.js
These must all be converted to absolute URLs at https://getbootstrap.com.
```html
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/carousel/">
<!-- Bootstrap core CSS -->
<!-- Favicons -->
<script src="/docs/5.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
```