mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: add tab icon
This commit is contained in:
parent
b46c727c85
commit
5e50385acd
8 changed files with 17 additions and 0 deletions
10
public/favicon.svg
Normal file
10
public/favicon.svg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#6c4cf0"/>
|
||||
<stop offset="100%" stop-color="#9884f5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="32" height="32" rx="8" fill="url(#g)"/>
|
||||
<text x="16" y="23" text-anchor="middle" font-size="20" font-family="system-ui, sans-serif" fill="#ffffff">♫</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 440 B |
Loading…
Add table
Add a link
Reference in a new issue