mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
10 lines
239 B
PHP
10 lines
239 B
PHP
|
<?php return [
|
||
|
'mime' => "text/html",
|
||
|
'content' => <<<MESSAGE_BODY
|
||
|
<html>
|
||
|
<title>Example article</title>
|
||
|
<link rel="alternate" type="application/rss+xml" href="http://localhost:8000/Feed/Discovery/Feed">
|
||
|
</html>
|
||
|
MESSAGE_BODY
|
||
|
];
|