<?php $out = ["title" => "見つけられない"]; ?>

<?php include("../include/header.php"); ?>
    <h1>見つけられなかった</h1>
    <p>ごめんね!</p>
<?php include("../include/footer.php"); ?>