| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Plugin demo</title> | |
| <link type="text/css" rel="stylesheet" href="/css/kalamar.css" /> | |
| <script data-main="/demo/plugin-serverdemo.js" src="/js/lib/require.js" async="async"></script> | |
| </head> | |
| <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> | |
| </main> | |
| </body> | |
| </html> |