-- iOS 图标 begin --><linkrel="apple-touch-icon-precomposed"href="/apple-touch-icon-57x57-precomposed.png"/><!-- iPhone 和 iTouch,默认 57x57 像素,必须有 --><linkrel="apple-touch-icon-precomposed"sizes="114x114"href="/apple-touch-icon-114x114-precomposed.png"/><!-- Retina iPhon...
function parseShortcutIcon5($html) { return ( (preg_match('/<link\b[^>]*\brel=("|\')apple-touch-icon\1[^>]*>/Ui', $html, $match) || preg_match('/<link\b[^>]*\brel=("|\')shortcut icon\1[^>]*>/Ui', $html, $match) || preg_match('/<link\b[^>]*\brel=("|\...
最主要的作用,就是引入外部css文档。 <linkrel="stylesheet"type="text/css"href="theme.css"/> 但还存在其他用法: <linktype="application/rss+xml"rel="alternate"href="https://www.cnblogs.com/shihaiying/rss"><linktype="application/rsd+xml"rel="EditURI"href="https://www.cnblogs.com/shihaiying/...
引入ico图标<linkrel="shortcut icon" href="favicon.ico" type="image/x-icon"/> 注意:它不是iconfont字体哦 也不是图片。位置是放到 head 标签中间。后面的type=“image/x-icon” 属性可以省略。(我相信你也愿意省略。)为了兼容性,请将favicon.ico 这个图标放到根目录下。下载及转换ico图标网站(方便)我们...
<link rel="shortcut icon" href="http://www.yourwebsite.com/favicon.ico" type="image/vnd.microsoft.icon" /> <link rel="icon" href="http://www.yourwebsite.com/favicon.ico" type="image/vnd.microsoft.icon" /> I hope it will be helpful. Wednesday, August 8, 2012 6:52 AM Did y...
<link rel="icon" type="image/svg+xml" href="/logo.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" /> <title>localfile.link</title> </head> <body> <div i...
<meta name="twitter:image" content="https://i.loli.net/2020/05/01/gkihqEjXxJ5UZ1C.jpg"><link rel="shortcut icon" href="/img/favicon.jpg"><link rel="canonical" href="https://vince-lau.github.io/link/"><link rel="preconnect" href="//cdn.jsdelivr.net"/><link rel="pr...
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" sizes="any" mask href="//www.baidu.com/img/baidu.svg"> <link rel="search" type="application/opensearchdescription+xml" href="/content-search.xml" title="百度搜索" /> ...
2. Icon (rel="icon" or rel="shortcut icon"):Used to determine the favicon - a little icon displayed in the browser's location bar or tab. This is much of the time a little picture file in different formats like ICO, PNG, or SVG....
<link rel="shortcut icon" href="http://www.yourwebsite.com/favicon.ico" type="image/vnd.microsoft.icon" /> <link rel="icon" href="http://www.yourwebsite.com/favicon.ico" type="image/vnd.microsoft.icon" />I hope it will be helpful....