<!DOCTYPE html>

<html lang="es">

<head>

  <meta charset="UTF-8">

  <title>¡Sitio desplegado correctamente!</title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <style>

    body { font-family: Arial, sans-serif; text-align: center; margin-top: 10vh; background: #f7f7f7; }

    h1 { color: #2e7d32; }

    p { color: #333; }

  </style>

</head>

<body>

  <h1>¡Todo está funcionando! 🚀</h1>

  <p>Tu infraestructura y bucket S3 están listos.<br>

  Si ves esta página, la integración DNS, S3 y CloudFront funciona correctamente.</p>

</body>

</html>