rss-bridge/templates/error.html.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
110 B
PHP
Raw Normal View History

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