1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-25 10:51:22 +02:00
Files
php-rss-bridge/templates/error.html.php
2022-07-08 14:17:25 +02:00

10 lines
110 B
PHP

<section>
<h2>Something went wrong</h2>
<br>
<p>
<?= e($message) ?>
</p>
</section>