rustdesk/src/ui/install.html

23 lines
492 B
HTML
Raw Normal View History

2021-03-29 15:59:14 +08:00
<html>
<head>
<style>
@import url(common.css);
div.content {
size: *;
background: white;
2022-05-12 17:35:25 +08:00
padding:2em 8em;
2021-03-29 15:59:14 +08:00
border-spacing: 1em;
}
input {
font-size: 1em;
}
</style>
<script type="text/tiscript">
include "common.tis";
include "install.tis";
</script>
</head>
<body>
</body>
</html>