Files
minisrv/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js
2022-11-30 10:42:10 -05:00

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>`;