%PDF- %PDF-
Direktori : /home/tjamichg/jel.tjamich.gob.mx/ |
Current File : /home/tjamichg/jel.tjamich.gob.mx/index.php |
<?php // Set the content type to HTML header('Content-Type: text/html; charset=UTF-8'); // Output the HTML content echo ' <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tribunal de Justicia Administrativa del Estado de Michoacán - Mantenimiento</title> <style> body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f4f4f4; color: #333; } .container { text-align: center; } h1 { font-size: 2em; margin-bottom: 0.5em; } p { font-size: 1.2em; margin: 0; } </style> </head> <body> <div class="container"> <h1>Tribunal de Justicia Administrativa del Estado de Michoacán</h1> <p>Sitio en Mantenimiento</p> <p>Pronto estaremos de regreso. Actividad Jurisdiccional.</p> </div> </body> </html> '; ?>