Last active
August 29, 2015 14:22
-
-
Save pdaire/8ea36aa4b618cde6f5a4 to your computer and use it in GitHub Desktop.
Widget Example
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="http://widget.letsta.lk/beta/widget/script/3.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. You can check the code of this page <a href="https://gist.githubusercontent.com/pdaire/8ea36aa4b618cde6f5a4/raw/c7488936cf04bc03b08e7bfa2e3c1294394d5d20/index.html">here.</a> </p> | |
<p>Pay special attention to the 4th line of the code.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment