CINXE.COM
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title data-i18n="textTitle">Identity Provider</title> <link rel="stylesheet" href="/styles.css"> <script defer src="/index.js"></script> <link rel="shortcut icon" href="" type="image/x-icon"> <link rel="icon" href="" type="image/x-icon"> <link rel="apple-touch-icon" href=""> </head> <body> <div class="wrapper"> <form action="" style="text-align: center;"> <!-- <img src="santillana-connect.png" alt="" class="logo"> --> <div id="withRealmText" style="display: none;"> <p data-i18n="textMessageWithRealm" class="textMessage"></p> <a id="newUrl" class="urlNew"></a><br><br> <p data-i18n="textMessageWithRealmComp"></p> </div> <p data-i18n="textMessageWithoutRealm" class="textMessage" id="withoutRealmText"></p> <a data-i18n="textButton"id="buttonAction" href="" class="btn" style="display: none;"></a> </form> </div> <div class="footer"> <p class="copyright">漏 2024</p> </div> </body> </html>