I am struggling with the font awesome plugin as I am unable to view the characters. Below is my code snippet:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"></head>
<body>
<h1>THIS IS IT</h1>
<a href="#"><span class="fa fa-twitter"></span></a>
</body>
</html
Is this issue unique to me or has anyone else encountered a similar problem?