mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-16 04:29:05 +08:00
23 lines
493 B
HTML
23 lines
493 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
@import url(common.css);
|
||
|
div.content {
|
||
|
size: *;
|
||
|
background: white;
|
||
|
padding:2em 10em;
|
||
|
border-spacing: 1em;
|
||
|
}
|
||
|
input {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
</style>
|
||
|
<script type="text/tiscript">
|
||
|
include "common.tis";
|
||
|
include "install.tis";
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|