mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
4 lines
237 B
PHP
4 lines
237 B
PHP
<?php return [
|
|
'mime' => "image/svg+xml",
|
|
'content' => '<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600"><rect fill="#fff" height="600" width="900"/><circle fill="#bc002d" cx="450" cy="300" r="180"/></svg>'
|
|
];
|