UNPKG

w3c-validator-cli

Version:
14 lines (12 loc) 228 B
var http = require('http'); module.exports = { '/': function (req, res) { res.writeHead( 200, http.STATUS_CODES[200], { 'Content-Type': 'text/html', }); res.write(''); res.end(); }, };