const http = require("http"); const url = require("url"); const fs = require("fs"); http .createServer(function (req, res) { con