favicon added
This commit is contained in:
22
static/favicon.svg
Normal file
22
static/favicon.svg
Normal file
@@ -0,0 +1,22 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
||||
<!-- Hintergrund (optional transparent lassen) -->
|
||||
<rect width="100" height="100" fill="#1e1e1e" rx="15"/>
|
||||
|
||||
<!-- Schloss-Symbol (für Sicherheit/Passwörter) -->
|
||||
<path d="M30 40V25a10 10 0 0 1 10-10h20a10 10 0 0 1 10 10v15H70v10a5 5 0 0 1-5 5H35a5 5 0 0 1-5-5v-10z"
|
||||
fill="#4CAF50" stroke="#e0e0e0" stroke-width="2"/>
|
||||
|
||||
<!-- Schlüsselbart (für Generierung/Entsperren) -->
|
||||
<path d="M50 60v20a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V60"
|
||||
fill="none" stroke="#007BFF" stroke-width="3" stroke-linecap="round"/>
|
||||
|
||||
<!-- Binärcode-Hintergrund (für Technik/IT) -->
|
||||
<pattern id="binary" patternUnits="userSpaceOnUse" width="4" height="4">
|
||||
<rect width="2" height="2" fill="#2a2a2a"/>
|
||||
<rect x="2" width="2" height="2" fill="#1e1e1e"/>
|
||||
<rect y="2" width="2" height="2" fill="#1e1e1e"/>
|
||||
<rect x="2" y="2" width="2" height="2" fill="#2a2a2a"/>
|
||||
</pattern>
|
||||
<rect x="0" y="0" width="100" height="100" fill="url(#binary)" opacity="0.3"/>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user