Added PR material.
All checks were successful
CI / test (push) Successful in 16s

This commit is contained in:
2026-02-21 01:49:28 +01:00
parent 74074656be
commit edc038a042
3 changed files with 44 additions and 0 deletions

18
favicon.svg Normal file
View File

@@ -0,0 +1,18 @@
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Triplex favicon">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#2C001E"/>
<stop offset="100%" stop-color="#120018"/>
</linearGradient>
</defs>
<rect x="2" y="2" width="60" height="60" rx="14" fill="url(#bg)"/>
<rect x="15" y="14" width="6" height="36" rx="3" fill="#E95420"/>
<rect x="29" y="14" width="6" height="36" rx="3" fill="#E95420"/>
<rect x="43" y="14" width="6" height="36" rx="3" fill="#E95420"/>
<circle cx="18" cy="54" r="2" fill="#FFFFFF" fill-opacity="0.9"/>
<circle cx="32" cy="54" r="2" fill="#FFFFFF" fill-opacity="0.9"/>
<circle cx="46" cy="54" r="2" fill="#FFFFFF" fill-opacity="0.9"/>
</svg>

After

Width:  |  Height:  |  Size: 805 B