mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-21 01:23:01 +08:00
30 lines
709 B
HTML
30 lines
709 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<style>
|
||
|
@import url(common.css);
|
||
|
@import url(index.css);
|
||
|
</style>
|
||
|
<script type="text/tiscript">
|
||
|
include "common.tis";
|
||
|
include "index.tis";
|
||
|
</script>
|
||
|
<popup>
|
||
|
<menu.context #remote-context>
|
||
|
<li #connect>Connect</li>
|
||
|
<li #transfer>Transfer File</li>
|
||
|
<li #tunnel>TCP Tunneling</li>
|
||
|
<li #rdp>RDP</li>
|
||
|
<li #remove>Remove</li>
|
||
|
</menu>
|
||
|
</popup>
|
||
|
<popup><menu.context #edit-password-context>
|
||
|
<li #refresh-password>Refresh random password</li>
|
||
|
<li #set-password>Set your own password</li>
|
||
|
</menu></popup>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
</body>
|
||
|
|
||
|
</html>
|