I am interested in incorporating the glyphicon glyphicon-info-sign
into my project.
To do this, I have utilized the following code:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
This code is successfully working for me.
However, when I attempt to copy the CSS from the above URL and create a new bootstrap.min.css
file within my project's css
folder and use the following code:
<link rel="stylesheet" href="css/bootstrap.min.css"/>
The desired functionality is not achieved. Instead, an error message is displayed in the console: https://i.sstatic.net/NpRaB.jpg
I would greatly appreciate any assistance in resolving this issue.
My current technology stack includes AngularJS and Bootstrap v3.3.7.