Created
December 19, 2017 19:14
-
-
Save dbarria/2a3bdc8b0bb7d8e85e7a58688a7ce648 to your computer and use it in GitHub Desktop.
BCI demo mobile
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> | |
<script type="application/javascript" src=https://bancoamericano.letsta.lk/widget.js></script> | |
</head> | |
<object data="https://www.bci.cl/mbci" width="100%" height="800px"> | |
<embed src="https://www.bci.cl/mbci" width="100%″" height="800px" /> | |
</object> | |
<script type="application/javascript"> | |
window.$LT(function(messenger){ | |
messenger.setByName("widget") | |
}); | |
</script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment