qa.php 770 B

12345678910111213141516171819202122232425262728293031
  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>QA</title>
  8. <style>
  9. *{
  10. padding:0;
  11. margin:0;
  12. font-family:Arial;
  13. }
  14. body{
  15. background:#555;
  16. }
  17. p{
  18. color: #fff;
  19. padding: 8px 8px;
  20. }
  21. a{
  22. text-decoration:none;
  23. color: #fff;
  24. font-weight: bold;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <p>Este es un sitio de pruebas, para ingresar al sitio completo <a href="https://memoriadc.solerpalau.mx/" target="_PARENT">haga click aquí...</a></p>
  30. </body>
  31. </html>