mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 11:09:48 +02:00
add remote building script support
This commit is contained in:
7
apps/views/default/webVNC/index.ls
Normal file
7
apps/views/default/webVNC/index.ls
Normal file
@ -0,0 +1,7 @@
|
||||
<h1>VNC screen here</h1>
|
||||
<p><a id="connect" href="#">Connect</a><a id="stop" href="#">Disconnect</a></p>
|
||||
<p>
|
||||
<textarea id='clipboard'></textarea>
|
||||
<button id="btclipboard">Send</button>
|
||||
</p>
|
||||
<canvas id = "canvas" tabindex="1"></canvas>
|
Reference in New Issue
Block a user