const WTVReg = require("./WTVRegister.js") var WTVRegister = new WTVReg(minisrv_config.config.service_owner); if (!request_headers.query.registering) { var errpage = doErrorPage(400); headers = errpage[0]; data = errpage[1]; } else { headers = `200 OK Content-Type: text/html`; data = ` Terms of Service


To read
more of this
page, press scroll down

To agree
to these terms
and go on,
choose Accept

TERMS OF SERVICE AND NOTICES

To create your ${minisrv_config.config.service_name} account, you must review and agree to the agreements and statements below. Use these links to review the documents:

Review the ${minisrv_config.config.service_name} Subscription Agreement and ${minisrv_config.config.service_name} Privacy Statement

By choosing Accept, you acknowledge that you have read the documents listed above and are agreeing to be bound by them. You are also consenting to receive all information from ${WTVRegister.getServiceOperator()} in electronic form including the documents listed above.

`; }