favicon handling
This commit is contained in:
17
index.html
17
index.html
@@ -7,6 +7,21 @@
|
||||
<!-- 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>
|
||||
|
||||
|
||||
<!-- 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 -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
@@ -29,4 +44,4 @@
|
||||
<body>
|
||||
<div id="content"></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user