Change to svg favicon
This commit is contained in:
parent
afd6da1d63
commit
45e889f837
8
public/favicon.svg
Normal file
8
public/favicon.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="120" height="120">
|
||||||
|
<rect width="100%" height="100%" fill="#3a3a2f"/>
|
||||||
|
<g fill="#998">
|
||||||
|
<path d="M26 66h64v10H26z"/>
|
||||||
|
<path d="M63 24H52L35 95h10zM86 24H76L58 95h10z"/>
|
||||||
|
<path d="M31 43h64v10H31z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 291 B |
@ -5,7 +5,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" href="/favicon.ico" type="image/ico">
|
<link rel="icon" href="/favicon.svg" type="image/svg">
|
||||||
<title>{{$.Title}}</title>
|
<title>{{$.Title}}</title>
|
||||||
<style>
|
<style>
|
||||||
/* Light Theme */
|
/* Light Theme */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user