Created
February 3, 2022 18:56
-
-
Save pdaire/974c45f5ba932501214cbf151411cbee to your computer and use it in GitHub Desktop.
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