mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
Add favicon
This commit is contained in:
parent
a78cfc0f64
commit
a9d08f3c38
3 changed files with 13 additions and 0 deletions
BIN
src/assets/favicon.ico
Normal file
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
11
src/assets/icon.svg
Normal 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 |
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue