clean up file structure
This commit is contained in:
15
zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js
Normal file
15
zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
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>`;
|
||||
Reference in New Issue
Block a user