svg favicon

master
Mark MacKay 2020-12-14 20:06:44 -06:00
parent 5e7e796ebe
commit a2da956cac
2 changed files with 5 additions and 1 deletions

4
src/images/favicon.svg Normal file
View File

@ -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

View File

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="chrome=1"/> <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="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"/> <meta name="apple-mobile-web-app-capable" content="yes"/>
<title>Method Draw SVG Editor</title> <title>Method Draw SVG Editor</title>