404.php 209 B

123456
  1. <?php $out = ["title" => "見つけられない"]; ?>
  2. <?php include("../include/header.php"); ?>
  3. <h1>見つけられなかった</h1>
  4. <p>ごめんね!</p>
  5. <?php include("../include/footer.php"); ?>