svg favicon
parent
5e7e796ebe
commit
a2da956cac
|
@ -0,0 +1,4 @@
|
|||
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M-.1 16.1L16 .04V16.1H-.1z" fill="#ccc"/>
|
||||
<path d="M0 16.1V.1l16 16H0z" fill="#666"/>
|
||||
</svg>
|
After Width: | Height: | Size: 189 B |
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
|
||||
<link rel="icon" type="image/png" href="/images/logo.png">
|
||||
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<title>Method Draw SVG Editor</title>
|
||||
|
|
Loading…
Reference in New Issue