Last active
August 29, 2015 14:25
-
-
Save pdaire/f9325a991f7762905d92 to your computer and use it in GitHub Desktop.
widget vidatres
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> | |
<title>Example of Widget Installation</title> | |
<script type="application/javascript" src=//widget.letsta.lk/beta/widget/script/91.js></script> | |
</head> | |
<body bgcolor=white> | |
<img src="http://letsta.lk/images/logo-letstalk-cuadrado.png"> | |
<h1>Example of Widget Installation</h1> | |
<p>Welcome to the widget example page.</p> | |
<script type="application/javascript"> | |
window.$LT(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment