Files
desayuno/public_html/php/timeout.php
T

16 lines
131 B
PHP
Raw Normal View History

2019-06-20 18:00:41 -05:00
<?php
include ("php/header.php");
?>
<center><h1>Sitio en Mantenimiento</h1></center>
<?php
include ("php/footer.php");
?>