MastodonHelp/web/site/404.php
pezcurrel 5e1ab6a485 ...
2020-10-27 18:00:46 +01:00

12 lines
264 B
PHP

<?php
echo('</nav>
<div class="scrwide">
<div class="scrwidein">
<section class="sectcont">
<h3>404: '._('page not found').'</h3>
<p>'._('Sorry, the requested URL was not found on this server.').'<br>
'._('Try the menu ;-)').'</p>
</section>
</div>
</div>'.N);
?>