html - Favicon not working when uploaded but working well on localhost -


i made website favicon working few days ago. now, working on localhost. it's not appearing online. problem? uploaded favicon public_html.

<link href="view/css/bootstrap.min.css" rel="stylesheet"> <link href="view/css/styles.css" rel="stylesheet"> <link href="http://fonts.googleapis.com/css?family=archivo+narrow" rel="stylesheet" type="text/css"> <link rel='shortcut icon' type='image/x-icon' href='favicon.ico' /> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <script src="js/respond.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> 


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -