blob: e06b38fa84935ac99318a597458dd931aade11ac [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
7 <!-- load client javascript library -->
8 <script src="/js/src/plugin/client.js"></script>
9 </head>
10 <body>
11 <h2>Example Widget!</h2>
12 <a onclick="KorAPlugin.log(333, 'Huhu!')">Send log!</a>
13 </body>
14</html>