Make wheelsourceplugin actually read JS events (currently just prints out)
[profile/ivi/automotive-message-broker.git] / plugins / websocketsink / test / servertest / server.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4     <title>IVI API Server Test</title>
5     <meta charset="utf-8">
6     <style>
7 #result {
8     position: absolute;
9     height: 99%;
10     width: 99%;
11     overflow-y: auto;
12     word-wrap: break-word;
13 }
14     </style>
15     <script src="../events.js"></script>
16     <script src="server.js"></script>
17 </head>
18 <body>
19     <div id="result">
20     </div>
21 </body>
22 </html>