404.php 298 B

123456789101112131415161718
  1. <body>
  2. <nav>
  3. <div id="hmenu">
  4. <ul>
  5. <?php echo($menuout); ?>
  6. </ul>
  7. </div>
  8. </nav>
  9. <div class="scrwide">
  10. <div class="scrwidein">
  11. <section class="sectcont">
  12. <h3>404: page not found</h3>
  13. <p>Sorry, the requested URL was not found on this server.<br>
  14. Try the menu ;-)</p>
  15. </section>
  16. </div>
  17. </div>
  18. </body>