skip to Main Content

jQuery does not load txt/html file

I need to make a simple website,that contains header(needs to be in a different file) and main part.All of that should be running on server. App.js const fs = require("fs") const http = require("http") let server = http.createServer((req, res) =>…

VIEW QUESTION
Back To Top
Search