xref: /webtrees/resources/views/errors/image-svg.phtml (revision 7c2c99fad7cacd17c98be88238ff735d82c6351b)
1<?php
2
3/**
4 * @var string $status
5 */
6
7?>
8<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
9    <rect width="100" height="100" fill="#F88" />
10    <text x="5" y="55" font-family="Verdana" font-size="35"><?= $status ?></text>
11</svg>
12