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