33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<?php
|
|
include ("php/header.php");
|
|
echo "<center><h1>¡Lo sentimos!, el cupo de registro por este medio se ha agotado.</h1></center>";
|
|
?>
|
|
<div id="contenido" style="margin-left: 35px; border-color: black;">
|
|
<div style="padding-left:100px">
|
|
<table style="border-collapse: collapse; width: 750px;">
|
|
<tr>
|
|
<td colspan="2"><h6 style="font-weight: bold;">Datos de contacto</h6></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" style="text-align: left;">
|
|
<label style="padding-left: 30px; font-weight: bold;">Gloria Moctezuma Nájera</label>
|
|
<ul class="lista-b">
|
|
<li style="height: 10px;"><label style="font-style: italic;">Secretaria Técnica de la Secretaría de Extensión Universitaria y Vinculación Institucional</label></li>
|
|
<li style="height: 10px;">Facultad de Estudios Superiores Acatlán</li>
|
|
<li style="height: 22px;">Universidad Nacional Autónoma de México</li>
|
|
<li style="height: 10px;"><span style="font-style: italic;">Número de contacto:</span> 5623-1665</li>
|
|
<li><span style="font-style: italic;">Correo electrónico:</span><span style="color: blue;"> vegresados@apolo.acatlan.unam.mx</span></li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<?php
|
|
include ("php/footer.php");
|
|
|
|
|
|
|
|
|
|
|