favicon handling

This commit is contained in:
Joe
2017-02-08 08:36:35 -06:00
parent 326d643b6d
commit 80e2a0b8f1

View File

@@ -7,6 +7,21 @@
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>I Buy Properties</title> <title>I Buy Properties</title>
<!-- favicons -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" href="img/home-152-177.png">
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="img/home-144-177.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/home-152-177.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/home-144-177.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/home-120-177.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/home-114-177.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/home-72-177.png">
<link rel="apple-touch-icon-precomposed" href="img/home-57-177.png">
<link rel="icon" href="img/home-32-177.png" sizes="32x32">
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet">