I'm having trouble using Font Awesome icons offline on my webpage. I've included the necessary code, but for some reason it's not working. Here is what I have:
<html>
<head>
<title>font-awesome example</title>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
</head>
<body>
This is an example using Font Awesome: <i class="fa fa-bell"></i>
<br>
Unfortunately, this is not displaying correctly.
</body>
</html>
Can anyone help me troubleshoot and get Font Awesome to work on my page?