Embed iframe in div widget context
Change-Id: I69769e180999f66f8d262fe6016d7ae35f76f631
diff --git a/dev/demo/plugin-server.html b/dev/demo/plugin-server.html
index 21362fd..c032c33 100644
--- a/dev/demo/plugin-server.html
+++ b/dev/demo/plugin-server.html
@@ -12,7 +12,14 @@
<body>
<p>Start the demo server with <code>morbo -l 'http://*:3003' t/plugin-server.pl</code> and open <a href="http://localhost:3003/demo/plugin-server.html"><code>this website</code></a>.</p>
<main>
- <div id="container"></div>
+ <div id="search">
+ <ol>
+ <li class="active">
+ <div id="container"></div>
+ <a onclick="KorAP.Plugin.addWidget(document.getElementById('container'), 'http://localhost:3003/demo/plugin-client.html')">Open widget</a>
+ </li>
+ </ol>
+ </div>
</main>
</body>
</html>