You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
951 B

11 months ago
<!DOCTYPE html>
<html>
<head>
<title>Welcome to ScreenClient!</title>
<style>
html { color-scheme: light dark; }
body { width: 40em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Welcome to ScreenClient!</h1>
<p>If you see this page, the ScreenClient server is successfully installed and
working. Further configuration is required.</p>
<h4>Config</h4>
<p>To modify the configuration please refer to 【default.config】</p>
<ul>
<li>title : Title of the application</li>
<li>url : File path (absolute or relative) or online address, default to html/index.htm</li>
<li>size : Default size at startup, full or normal</li>
</ul>
<h4>Shortcut</h4>
<ul>
<li>Esc : exit</li>
<li>F1 : set auto start</li>
<li>F2 : del auto start</li>
<li>F5 : refresh</li>
<li>F11 : full screen or normal</li>
</ul>
<p><em>Thank you for using ScreenClient.</em></p>
</body>
</html>

Powered by TurnKey Linux.