mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-01-03 07:09:06 +03:00
Added init website for gitea-mirror
This commit is contained in:
19
www/public/favicon.svg
Normal file
19
www/public/favicon.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<defs>
|
||||
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#f97316;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#ea580c;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<\!-- Background circle -->
|
||||
<circle cx="16" cy="16" r="15" fill="url(#grad)" />
|
||||
|
||||
<\!-- Mirror/sync icon -->
|
||||
<g fill="white" transform="translate(16, 16)">
|
||||
<\!-- First arrow (top) -->
|
||||
<path d="M -8 -2 L -3 -2 L -3 -5 L 2 0 L -3 5 L -3 2 L -8 2 C -8 2 -10 2 -10 0 C -10 -2 -8 -2 -8 -2 Z" />
|
||||
<\!-- Second arrow (bottom) -->
|
||||
<path d="M 8 2 L 3 2 L 3 5 L -2 0 L 3 -5 L 3 -2 L 8 -2 C 8 -2 10 -2 10 0 C 10 2 8 2 8 2 Z" opacity="0.8" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 781 B |
Reference in New Issue
Block a user