13 lines
1 KiB
XML
13 lines
1 KiB
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200">
|
||
|
|
<rect x="10" y="10" width="120" height="60" rx="8" fill="#2d2d2d" stroke="#7c6f64" stroke-width="2"/>
|
||
|
|
<text x="70" y="45" text-anchor="middle" fill="#ebdbb2" font-size="14">content/</text>
|
||
|
|
<rect x="150" y="10" width="120" height="60" rx="8" fill="#2d2d2d" stroke="#7c6f64" stroke-width="2"/>
|
||
|
|
<text x="210" y="45" text-anchor="middle" fill="#ebdbb2" font-size="14">Hugo build</text>
|
||
|
|
<rect x="290" y="10" width="100" height="60" rx="8" fill="#2d2d2d" stroke="#7c6f64" stroke-width="2"/>
|
||
|
|
<text x="340" y="45" text-anchor="middle" fill="#ebdbb2" font-size="14">public/</text>
|
||
|
|
<line x1="130" y1="40" x2="150" y2="40" stroke="#ebdbb2" stroke-width="2" marker-end="url(#arrow)"/>
|
||
|
|
<line x1="270" y1="40" x2="290" y2="40" stroke="#ebdbb2" stroke-width="2" marker-end="url(#arrow)"/>
|
||
|
|
<defs><marker id="arrow" markerWidth="10" markerHeight="7" refX="10" refY="3.5" orient="auto">
|
||
|
|
<polygon points="0 0, 10 3.5, 0 7" fill="#ebdbb2"/></marker></defs>
|
||
|
|
</svg>
|