4 <title>Haiku Remote Desktop
</title>
5 <script src=
"HaikuRemoteDesktop.js"></script>
6 <style type=
"text/css">
19 align-items: flex-start
;
20 justify-content: center
;
24 flex-direction: column
;
25 align-items: flex-start
;
30 justify-content: space-between
;
31 align-items: baseline
;
51 body
.connect
.session
{
55 body
.connect #connectForm
{
60 <body onload=
"init();">
61 <div id=
"connectForm">
63 <label for=
"targetAddress">Remote Host
</label>
64 <input type=
"text" id=
"targetAddress"
65 value=
"ws://localhost:5000" />
68 <label for=
"width">Width
</label>
69 <input type=
"number" id=
"width" value=
"800" />
70 <label for=
"height">Height
</label>
71 <input type=
"number" id=
"height" value=
"600" />
73 <button id=
"connectButton" autofocus
>Connect
</button>