make main page a little bit nicer

This commit is contained in:
2023-02-28 19:18:49 +01:00
parent 66da69a57a
commit 17c0cd5ca9
4 changed files with 61 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
<svg
width="64"
height="64"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<g id="cross">
<rect x="4" y="0" width="4" height="12" style="fill: #0051c2;" />
<rect x="0" y="4" width="12" height="4" style="fill: #0051c2;" />
</g>
</defs>
<use x="12" y="10" xlink:href="#cross" />
<use x="30" y="6" xlink:href="#cross" />
<use x="26" y="32" xlink:href="#cross" />
<use x="12" y="38" xlink:href="#cross" />
<use x="44" y="20" xlink:href="#cross" />
<path d="M4,0
L4,60
L64,60"
style="stroke:black; stroke-width: 6px; fill:none;"/>
</svg>

After

Width:  |  Height:  |  Size: 641 B