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