CINXE.COM
Access Restricted
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Access Restricted</title> <style> body { font-family: Arial, sans-serif; background-color: #f8f9fa; color: #343a40; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { text-align: left; background-color: #ffffff; padding: 40px; border-radius: 8px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } h1 { color: #dc3545; margin-bottom: 20px; } h5 { color: #6c757d; margin-bottom: 10px; } p { font-size: 18px; margin-bottom: 20px; } a { color: #007bff; text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } </style> </head> <body> <div class="container"> <h1>Access Restricted</h1> <h2>Not in service area.</h2> <p>Chat is only supported in the U.S. and certain U.S. territories.</p> <p>If you are in the service area and believe you've received this message in error, please contact us.</p> <p>Return to <a href="https://988lifeline.org/">our homepage</a>.</p> <hr /> <h1>Acceso Restringido</h1> <h2>No est谩 en area de servicio.</h2> <p>El chat en l铆nea solo est谩 disponible en los Estados Unidos. y en ciertos territorios de los Estados Unidos.</p> <p>Si se encuentra en el 谩rea de servicio y cree que recibi贸 este mensaje por error, por favor regrese a <a href="https://988lifeline.org/es/home/">nuestra p谩gina principal</a>.</p> </div> </body> </html>