Restructure: move all files from Public HTML/ to root for Hostinger deployment
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400">
|
||||
<defs>
|
||||
<linearGradient id="bg4" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#0a1628"/>
|
||||
<stop offset="100%" style="stop-color:#042f2e"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="accent4" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#0d9488"/>
|
||||
<stop offset="100%" style="stop-color:#10b981"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="400" height="400" fill="url(#bg4)"/>
|
||||
<circle cx="200" cy="200" r="170" fill="url(#accent4)" opacity="0.08"/>
|
||||
<circle cx="200" cy="200" r="140" fill="url(#accent4)" opacity="0.05"/>
|
||||
<text x="200" y="246" text-anchor="middle" fill="#e2e8f0" font-family="DM Sans, Arial, sans-serif" font-size="108" font-weight="800" letter-spacing="-5">EK</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 875 B |
Reference in New Issue
Block a user