15 lines
298 B
JavaScript
15 lines
298 B
JavaScript
var minisrv_service_file = true;
|
|
|
|
headers = `200 OK
|
|
Content-Type: text/html`
|
|
|
|
data = `<html>
|
|
<head>
|
|
<title>zefie minisrv v${minisrv_config.version}</title>
|
|
</head>
|
|
<body bgcolor="#000000" text="#449944">
|
|
<p>
|
|
Welcome to the zefie minisrv v${minisrv_config.version} PC Services
|
|
</p>
|
|
</body>
|
|
</html>`; |