xref: /webtrees/resources/views/errors/image-svg.phtml (revision 728c8c2714cc197d45bad7363eb52e0bff3297bb)
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