fix favicon

This commit is contained in:
Thomas Amland 2020-07-28 13:18:07 +02:00
parent c325f59a75
commit 7e0f8727ba
3 changed files with 21 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

20
public/favicon.svg Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="512" height="512" fill="#444" version="1.1" viewBox="0 0 135.47 135.47"
xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#">
<g transform="translate(0 -161.53)">
<g transform="matrix(1.0344 0 0 1.0869 -2.0685 -19.991)">
<rect x="9.9294" y="224.55" width="5.9939" height="23.366" rx="2.997" ry="2.997" />
<rect x="19.849" y="215.2" width="5.9939" height="41.989" rx="2.997" ry="2.819" />
<rect x="29.768" y="211.49" width="5.9939" height="49.213" rx="2.997" ry="2.997" />
<rect x="39.688" y="202.01" width="5.9939" height="58.69" rx="2.997" ry="3.0381" />
<rect x="49.607" y="198.3" width="5.9939" height="62.402" rx="2.997" ry="2.997" />
<rect x="59.526" y="197.97" width="5.9939" height="62.733" rx="2.997" ry="2.997" />
<rect x="69.446" y="201.81" width="5.9939" height="58.889" rx="2.997" ry="2.997" />
<rect x="79.365" y="211.29" width="5.9939" height="49.412" rx="2.997" ry="2.997" />
<rect x="89.285" y="211.75" width="5.9939" height="48.948" rx="2.997" ry="2.997" />
<rect x="99.204" y="216.53" width="5.9939" height="44.176" rx="2.997" ry="2.997" />
<rect x="109.12" y="223.55" width="5.9939" height="36.886" rx="2.997" ry="2.997" />
<rect x="119.04" y="230.78" width="5.9939" height="22.372" rx="2.997" ry="2.997" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.svg">
<title></title> <title></title>
</head> </head>
<body> <body>