/* 2022-09-14 Return an example web page. Maybe this should this be Node or PHP/BASH? Doing HTML in Node seems gross. */ class Include { constructor () { } async load (request, response) { } } include = new Include(); module.exports = include;