Here's the folder directory: File Directory
And here's my code:
<html>
<head>
    <title>Comic Web</title>    
    <link rel="stylesheet" href="/assets/brands/fontawesome.css">     
</head>
<body>
   <footer>
      <div class="footer-contact">             
            <ul class="contacts">
                <li><a href="https://www.facebook.com"></a><i class="fab fa-facebook"></i></a></li>                  
                <li><a href="https://mail.google.com"><i class="fab fa-google-plus"></i></a></li>                    
                <li><a href="https://github.com"><i class="fab fa-github"></i></a></li>
            </ul>
      </div>         
  </footer>
</body>
</html>
I don't know what's wrong with it although I already follow the guide indicated on the website. Thank you!