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.
21 lines
522 B
21 lines
522 B
9 years ago
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>WidGuana Test Page</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>WidGuana - Iguana Widget Button Example</h1>
|
||
|
|
||
|
<h2>1st Example - External JS file</h2>
|
||
|
|
||
|
<div id="widguana-container"></div>
|
||
|
<script src="widguana.js"></script>
|
||
|
|
||
|
<h2>2nd Example - copy/paste entire widget to the container</h2>
|
||
|
|
||
|
<a href="pasted-widget.html">Click here to see 2nd example</a>
|
||
|
</body>
|
||
|
|
||
|
|
||
|
</html>
|