developing.php 580 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Sitio en desarrollo</title>
  8. <style>
  9. *{
  10. margin:0;
  11. padding:0;
  12. }
  13. p{
  14. padding:16px;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <p>Este sitio aún está en desarrollo, mientras tanto puedes ingresar a <a href="https://memoriadcqa.solerpalau.mx/" target="_PARENT">nuestro sitio de pruebas.</a></p>
  20. </body>
  21. </html>