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