You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
274 B
8 lines
274 B
9 years ago
|
<html>
|
||
|
<head><title>Widget Example</title></head>
|
||
|
<body>
|
||
|
<div class="iguana-widget" style="width: 1000px; height:1000px;" data-ref="123456">iguana widget is loading...</div>
|
||
|
<script type="text/javascript" src="http://127.0.0.1:7777/js/widget.js"></script>
|
||
|
</body>
|
||
|
</html>
|