forked from svrjs/svrjs
36 lines
1.4 KiB
HTML
36 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>SVR.JS SimpleServe Nightly-20230401</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta charset="UTF-8" />
|
|
<style>
|
|
body {
|
|
font-family: FreeSans, Helvetica, Tahoma, Arial, sans-serif;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to SVR.JS SimpleServe Nightly-20230401</h1>
|
|
<div style="background-color: #ffff00; border-color: #ff7f00; border-width: 5px; border-style: solid; padding: 5px; display: inline-block;">
|
|
<b style="font-size: 26px">WARNING!</b><br/>
|
|
This version is only for test purposes and may be unstable.
|
|
</div>
|
|
<br/>
|
|
<img src="/logo.png" style="width: 640px; max-width: 100%;" />
|
|
<br/>
|
|
<p>If you see this page that means that the server is working properly. You can further configure the server and replace <i>index.html</i> page with custom one.</p>
|
|
<p>Default <i>config.json</i> looks like this:</p>
|
|
<code style="background-color: #e0e0e0; padding: 5px; text-align: left; display: block; display: inline-block;">
|
|
<pre style="margin: 0.2em; white-space: pre-wrap; overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word">{
|
|
"port": 80,
|
|
"exposeServerVersion": true,
|
|
}</pre>
|
|
</code>
|
|
<p>Changes:</p>
|
|
<ul style="display: inline-block; margin: 0;">
|
|
<li><i>INSERT CHANGES THERE</i></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|