I'm using bootstrap but I've been trying to add FontAwesome for a while and it will not let me do the one that puts me on the page for a while now
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/solid.js" integrity="sha384-+Ga2s7YBbhOD6nie0DzrZpJes+b2K1xkpKxTFFcx59QmVPaSA8c7pycsNaFwUK6l" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/fontawesome.js" integrity="sha384-7ox8Q2yzO/uWircfojVuCQOZl+ZZBg2D2J5nkpLqzH1HY0C1dHlTKIbpRz/LG23c" crossorigin="anonymous"></script>
in the header and when placing any icon in the body, for example
<i class="fab fa-apple"></i>
and I do not get anything.
I've tried it on the page I'm doing and nothing and try from a practically virgin file and still do nothing.