AdminLTE3
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
|
||||
<!-- Background circle -->
|
||||
<circle cx="100" cy="100" r="90" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.2)" stroke-width="2"/>
|
||||
|
||||
<!-- Browser window -->
|
||||
<rect x="40" y="60" width="120" height="80" rx="8" fill="rgba(255,255,255,0.9)"/>
|
||||
|
||||
<!-- Browser header -->
|
||||
<rect x="40" y="60" width="120" height="20" rx="8" fill="rgba(59,130,246,0.8)"/>
|
||||
|
||||
<!-- Browser dots -->
|
||||
<circle cx="50" cy="70" r="3" fill="rgba(239,68,68,0.8)"/>
|
||||
<circle cx="60" cy="70" r="3" fill="rgba(245,158,11,0.8)"/>
|
||||
<circle cx="70" cy="70" r="3" fill="rgba(34,197,94,0.8)"/>
|
||||
|
||||
<!-- Code lines -->
|
||||
<rect x="50" y="90" width="60" height="3" rx="1.5" fill="rgba(59,130,246,0.6)"/>
|
||||
<rect x="50" y="100" width="40" height="3" rx="1.5" fill="rgba(16,185,129,0.6)"/>
|
||||
<rect x="50" y="110" width="80" height="3" rx="1.5" fill="rgba(139,92,246,0.6)"/>
|
||||
<rect x="50" y="120" width="30" height="3" rx="1.5" fill="rgba(245,158,11,0.6)"/>
|
||||
|
||||
<!-- Mobile phone -->
|
||||
<rect x="130" y="110" width="25" height="40" rx="4" fill="rgba(255,255,255,0.9)" stroke="rgba(255,255,255,0.3)" stroke-width="1"/>
|
||||
<rect x="132" y="115" width="21" height="25" fill="rgba(59,130,246,0.3)"/>
|
||||
<circle cx="142.5" cy="145" r="2" fill="rgba(255,255,255,0.7)"/>
|
||||
|
||||
<!-- Decorative elements -->
|
||||
<circle cx="170" cy="80" r="8" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.2)" stroke-width="1"/>
|
||||
<circle cx="30" cy="120" r="6" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.2)" stroke-width="1"/>
|
||||
|
||||
<!-- Code brackets -->
|
||||
<text x="20" y="50" fill="rgba(255,255,255,0.4)" font-family="monospace" font-size="20" font-weight="bold"></></text>
|
||||
<text x="160" y="170" fill="rgba(255,255,255,0.4)" font-family="monospace" font-size="16" font-weight="bold">{}</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user