Add static assets and update login page
This commit is contained in:
parent
1ce32959d2
commit
719c4cf85a
2 changed files with 17 additions and 1 deletions
|
|
@ -376,7 +376,7 @@
|
|||
<div class="login-card">
|
||||
<!-- Logo -->
|
||||
<div class="logo">
|
||||
<div class="logo-icon">🤖</div>
|
||||
<img src="/static/assets/icons/gb-logo.svg" alt="BotServer" class="logo-icon" width="48" height="48">
|
||||
<div class="logo-text">BotServer</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
16
static/assets/icons/gb-logo.svg
Normal file
16
static/assets/icons/gb-logo.svg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- GB Bot head - rounded square inspired by brand -->
|
||||
<rect x="4" y="4" width="16" height="14" rx="3" ry="3"/>
|
||||
<!-- Eyes - circular like GB branding -->
|
||||
<circle cx="9" cy="10" r="1.5" fill="currentColor" stroke="none"/>
|
||||
<circle cx="15" cy="10" r="1.5" fill="currentColor" stroke="none"/>
|
||||
<!-- Smile -->
|
||||
<path d="M9 14 Q12 16 15 14" fill="none"/>
|
||||
<!-- Antenna -->
|
||||
<line x1="12" y1="4" x2="12" y2="1"/>
|
||||
<circle cx="12" cy="1" r="1" fill="currentColor" stroke="none"/>
|
||||
<!-- Base/body connection -->
|
||||
<path d="M8 18 L8 21 L16 21 L16 18"/>
|
||||
<line x1="10" y1="21" x2="10" y2="23"/>
|
||||
<line x1="14" y1="21" x2="14" y2="23"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 812 B |
Loading…
Add table
Reference in a new issue