blob: f513b46ef415ed1463b042fda90b16d255f72d1d [file] [log] [blame]
Akron479994e2018-07-02 13:21:44 +02001<!DOCTYPE html>
2<html>
3 <head>
4 <title>Plugin demo</title>
5 <link type="text/css" rel="stylesheet" href="/css/kalamar.css" />
6 <script data-main="/demo/plugin-serverdemo.js" src="/js/lib/require.js" async="async"></script>
7 </head>
8 <body>
9 <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>
10 <main>
11 <div id="container"></div>
12 </main>
13 </body>
14</html>