const minisrv_service_file = true; headers = `200 OK Content-Type: text/html`; const WTVRegister = require(classPath + "/WTVRegister.js"); const wtvr = new WTVRegister(minisrv_config); const namerand = Math.floor(Math.random() * 100000); const nickname = (minisrv_config.config.service_name + '_' + namerand) const human_name = nickname; const isOldBuild = wtvshared.isOldBuild(session_data); let form_data = ``; const main_data = `
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.

`; form_data += `

`; data = wtvr.getHTMLTemplate("Welcome to " + minisrv_config.config.service_name, main_data, form_data, isOldBuild);