mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-30 07:26:35 +00:00
Add webinterface
This commit is contained in:
10
assets/icon.svg
Normal file
10
assets/icon.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- White background circle -->
|
||||
<circle cx="50" cy="50" r="45" fill="white"/>
|
||||
|
||||
<!-- Black circular outline -->
|
||||
<circle cx="50" cy="50" r="45" fill="none" stroke="black" stroke-width="4"/>
|
||||
|
||||
<!-- Bold black R -->
|
||||
<text x="50" y="68" text-anchor="middle" font-family="Georgia, serif" font-size="58" font-weight="bold" fill="black" style="font-style: italic;">R</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 485 B |
Reference in New Issue
Block a user