<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Menu semanal</title>
</head>
<body>
    <h1>MENU MENSUAL</h1>
    <p align="center"><a href="http://cargla.es/recetas.htm" target="_blank">MI RECETARIO (EN PROCESO) </a></P>
    <?php
    // Incluir el script PHP para ejecutarlo
    include('menu_script.php');
    ?>
</body>
</html>
