sistema de desayuno 2019 actualizado

This commit is contained in:
2019-06-20 18:00:41 -05:00
parent a855c50faf
commit c26ee4eef3
385 changed files with 48959 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<?php
include 'php/header.php';
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D,d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Pragma: no-cache");
?>
<div id="contenido">
<br><br>
<form method="post" id="">
<center>
<h1><strong>Recomendación</strong></h1>
<h3>Internet Explorer no soporta las caracteristicas del cuestionario.<br>Ingresa con <a href="http://www.mozilla.org/es-MX/firefox/new/">Firefox</a> o con <a href="https://www.google.com/intl/es/chrome/browser/?hl=es"> Chrome</a>.</h3>
<br>
</center>
</form>
<br><br>
</div>
<?php
include 'php/footer.php';