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