ADD apple-touch-icon

This commit is contained in:
Krivchikov Dmitry 2015-05-20 21:05:52 +03:00
parent ffbc04f320
commit c20fba4f4d
6 changed files with 31 additions and 22 deletions

View File

@ -35,9 +35,14 @@
<?php endforeach; ?> <?php endforeach; ?>
</script> </script>
<?php endif; ?> <?php endif; ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic">
<link rel="apple-touch-icon" href="/img/touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/touch-icon-ipad-retina.png">
</head> </head>
<body> <body>
<div class="header"> <div class="header">

View File

@ -39,6 +39,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic">
<link rel="apple-touch-icon" href="/img/touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/touch-icon-ipad-retina.png">
</head> </head>
<body style="padding: 10px 25px; overflow-y: scroll;"> <body style="padding: 10px 25px; overflow-y: scroll;">
<div class="header"> <div class="header">

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB