mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
touch icon fix
This commit is contained in:
parent
e65fba5821
commit
08d2c92841
@ -18,6 +18,11 @@ $items = yourls_api_stats( 'last', 1 );
|
|||||||
<link rel="stylesheet" href="user/css/h5bp.css">
|
<link rel="stylesheet" href="user/css/h5bp.css">
|
||||||
<link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" href="user/css/krtmn.css">
|
<link rel="stylesheet" href="user/css/krtmn.css">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png">
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-72x72-precomposed.png">
|
||||||
|
<link rel="shortcut icon" href="/apple-touch-icon-precomposed.png">
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="public">
|
<body id="public">
|
||||||
|
Loading…
Reference in New Issue
Block a user