headers = `200 OK Content-Type: text/html`; data = ` Using ${minisrv_config.config.service_name}
Welcome
Welcome to the ${minisrv_config.config.service_name} Mini Service, operated by ${minisrv_config.config.service_owner}. The next screens will lead you through a quick setup process for using this service.

Press the "Continue" button below to begin setup.


`; var namerand = Math.floor(Math.random() * 100000); var nickname = (minisrv_config.config.service_name + '_' + namerand) var human_name = nickname; data += ` `; if (minisrv_config.config.allow_guests) data += ``; data += `
`;