blob: e06b38fa84935ac99318a597458dd931aade11ac [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Plugin demo</title>
<link type="text/css" rel="stylesheet" href="/css/kalamar.css" />
<!-- load client javascript library -->
<script src="/js/src/plugin/client.js"></script>
</head>
<body>
<h2>Example Widget!</h2>
<a onclick="KorAPlugin.log(333, 'Huhu!')">Send log!</a>
</body>
</html>