21 lines
701 B
PHP
21 lines
701 B
PHP
<?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';
|