Add favicon

This commit is contained in:
He4eT 2021-10-09 15:30:13 +05:00
commit a9d08f3c38
3 changed files with 13 additions and 0 deletions

BIN
src/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

11
src/assets/icon.svg Normal file
View file

@ -0,0 +1,11 @@
<svg
version="1.1"
width="128" height="128"
xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="#fff"/>
<rect x="16" y="32" width="32" height="72" fill="#000"/>
<rect x="56" y="24" width="24" height="56" fill="#000"/>
<rect x="88" y="24" width="24" height="56" fill="#000"/>
</svg>

After

Width:  |  Height:  |  Size: 321 B

View file

@ -2,3 +2,5 @@
<meta
name="viewport"
content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico" sizes="any"><!-- 32×32 -->
<link rel="icon" href="/icon.svg" type="image/svg+xml">