16 lines
131 B
PHP
16 lines
131 B
PHP
|
|
<?php
|
|
include ("php/header.php");
|
|
?>
|
|
|
|
<center><h1>Sitio en Mantenimiento</h1></center>
|
|
|
|
<?php
|
|
include ("php/footer.php");
|
|
?>
|
|
|
|
|
|
|
|
|
|
|