10 lines
482 B
XML
10 lines
482 B
XML
<!-- VIBN BRANDING PLACEHOLDER -->
|
|
<!-- Replace this file with the Vibn logo (with wordmark) -->
|
|
<!-- Recommended: SVG, vector, min 200px wide, horizontal lockup -->
|
|
<!-- Used in: Theia loading screen, about dialog -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60">
|
|
<rect width="200" height="60" fill="#1a1a2e" rx="8"/>
|
|
<text x="100" y="38" font-family="sans-serif" font-size="24" font-weight="bold"
|
|
fill="#ffffff" text-anchor="middle">VIBN</text>
|
|
</svg>
|