Last active
June 16, 2017 21:00
-
-
Save alex-sysoev/fdb206686b6077b15bd0e2fbcde051a6 to your computer and use it in GitHub Desktop.
widget.staging.we
This file contains hidden or 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://we.staging.letsta.lk/widget.js"></script> | |
</head> | |
<body> | |
<h1>STAGING WIDGET TEST</h1> | |
<img width="100%" src="https://static1.squarespace.com/static/56fd4bf82eeb81d4afae3319/t/57c5f0d320099e12c27b8dce/1459440815613/iStock_000051634356Medium.jpg?format=1500w"/> | |
</body> | |
<script type="application/javascript"> | |
if (true) {//(Math.random()*100 >= 60) { | |
window.$LT(function(messenger){ | |
messenger.setByName("widget"); | |
messenger.settings({}); | |
}); | |
} | |
</script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment