18 lines
298 B
PHP
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>
|