Created
February 3, 2022 18:57
-
-
Save pdaire/b83e090c81fd21f3035f72a43da40e3e to your computer and use it in GitHub Desktop.
bancoamer prod launcher staging regla de lanzamiento
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
</head> | |
<h1>sitio vacio y vos?</h1> | |
<script type="text/javascript"> | |
function loadScriptSync (src) { | |
var s = document.createElement('script'); | |
s.src = src; | |
s.type = "text/javascript"; | |
s.async = false; // <-- this is important | |
document.getElementsByTagName('head')[0].appendChild(s); | |
} | |
</script> | |
<script type='text/javascript'> | |
window.LetstalkSettings = { | |
organization: 'bancoamericano', | |
environment: { | |
name: 'production' | |
} | |
}; | |
loadScriptSync("https://static.staging.letsta.lk/launcher/launcher.js"); | |
</script> | |
<!-- End of LetsTalk script --> | |
</html> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment