var minisrv_service_file = true; var docName = request_headers.query.docName; var page = session_data.pagestore.loadPage(docName) var site = session_data.pagestore.getPublishDomain(); headers = `200 OK Connection: Keep-Alive Content-Type: text/html` data = ` Congratulations
 
 
 
Help
 
 
Congratulations!
"${page.title}" is now on the Web. It can be found at:
http://${site}/${session_data.getSessionData("subscriber_username")}/${page.publishname}/
Would you like to:
send mail announcing your page?
add its address to your mail signature?
change the title or description?
 
Done
`;