MastodonHelp/web/site/404.php
pezcurrel 5ec1354546 ...
2020-10-18 06:53:27 +02:00

18 lines
298 B
PHP

<body>
<nav>
<div id="hmenu">
<ul>
<?php echo($menuout); ?>
</ul>
</div>
</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>
</body>