| 123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Sitio en desarrollo</title>
- <style>
- *{
- margin:0;
- padding:0;
- }
- p{
- padding:16px;
- }
- </style>
- </head>
- <body>
- <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>
- </body>
- </html>
|