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
+21
View File
@@ -0,0 +1,21 @@
<?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>Gracias por su colaboración.</strong></h1>
<h3>Se enviará la referencia bancaria al correo registrado.</h3>
<h3>Una vez hecho el pago, podrá descargar su boleto a partir del 15 de octubre del presente año.</h3>
<br>
</center>
</form>
<br><br>
</div>
<?php
include 'php/footer.php';