mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 10:30:44 +00:00
UI
This commit is contained in:
22
ui/html/index.html
Normal file
22
ui/html/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>RustDesk Server</title>
|
||||
<link rel="icon" href="data:;base64,=">
|
||||
<script>addEventListener('contextmenu', e => e.preventDefault());</script>
|
||||
<link rel="stylesheet" href="editor/codemirror.css">
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script src="editor/codemirror.js"></script>
|
||||
<script src="editor/toml.js"></script>
|
||||
<script type="module" src="/main.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<textarea></textarea>
|
||||
<form>
|
||||
<label><input type="checkbox"> <p>Turn on auto scroll</p></label>
|
||||
<label><p>Press ctrl + s to save</p></label>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user