xref: /webtrees/resources/views/errors/image-svg.phtml (revision 2cf1b3d738df97008ab3c3a92d5939c02a4598a7)
1<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
2    <rect width="100" height="100" fill="#F88" />
3    <text x="5" y="55" font-family="Verdana" font-size="35"><?= $status ?></text>
4</svg>
5