- Set APP_NAME to The Harrow - Set Kafkaesque description - Add custom logo and favicon (needle + etched scratches, rusted red) - Point customDir to custom/ for asset loading
15 lines
937 B
XML
15 lines
937 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<!-- The Harrow — Favicon -->
|
|
<!-- Central needle -->
|
|
<rect x="29" y="6" width="6" height="52" fill="#E63946"/>
|
|
<!-- Scratches — left -->
|
|
<line x1="29" y1="22" x2="12" y2="18" stroke="#E63946" stroke-width="4" stroke-linecap="square"/>
|
|
<line x1="29" y1="36" x2="8" y2="40" stroke="#E63946" stroke-width="4" stroke-linecap="square"/>
|
|
<line x1="29" y1="48" x2="18" y2="54" stroke="#E63946" stroke-width="4" stroke-linecap="square"/>
|
|
<!-- Scratches — right -->
|
|
<line x1="35" y1="26" x2="52" y2="20" stroke="#E63946" stroke-width="4" stroke-linecap="square"/>
|
|
<line x1="35" y1="40" x2="56" y2="44" stroke="#E63946" stroke-width="4" stroke-linecap="square"/>
|
|
<line x1="35" y1="52" x2="46" y2="58" stroke="#E63946" stroke-width="4" stroke-linecap="square"/>
|
|
<!-- Needle tip -->
|
|
<polygon points="29,58 35,58 32,64" fill="#E63946"/>
|
|
</svg>
|