From c4359430a668e1d95b4595672e414c0c0146866a Mon Sep 17 00:00:00 2001 From: Omair Sajid Date: Tue, 14 May 2024 04:34:01 +0000 Subject: [PATCH] Copilot third commit --- comments.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 comments.js diff --git a/comments.js b/comments.js new file mode 100644 index 0000000..7cdb81b --- /dev/null +++ b/comments.js @@ -0,0 +1,8 @@ +// Create web server +var http = require('http'); +var fs = require('fs'); +var url = require('url'); +var qs = require('querystring'); + +// Load index.html +function renderHTML(path, response) \ No newline at end of file