Files

20 lines
740 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>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';