mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-17 21:17:52 +08:00
21 lines
437 B
HTML
21 lines
437 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
@import url(common.css);
|
||
|
@import url(cm.css);
|
||
|
</style>
|
||
|
<script type="text/tiscript">
|
||
|
include "common.tis";
|
||
|
include "cm.tis";
|
||
|
</script>
|
||
|
</head>
|
||
|
<header>
|
||
|
<div.window-icon role="window-icon"><icon /></div>
|
||
|
<caption role="window-caption" />
|
||
|
<div.border-bottom />
|
||
|
<div.window-toolbar />
|
||
|
<div.window-buttons />
|
||
|
</header>
|
||
|
<body #handler>
|
||
|
</body>
|
||
|
</html>
|