404View.inc 138 B

123456
  1. <?php
  2. header("HTTP/1.0 404 Not Found");
  3. include("headerView.inc"); ?>
  4. <h1>404 - Page Not Found</h1>
  5. <?php include ("footerView.inc"); ?>